Skip to content

Conversation

@Pugintv
Copy link

@Pugintv Pugintv commented Apr 22, 2025

Updated to latest syntax to work on 2025

required_providers{
google = {
source = "hashicorp/google"
version = "3.55.0" updated to version = "3.83.0"
}
}

module "vpc" updated to module "network" to support the new package name.

updated instances images from image = "debian-cloud/debian-10" to image = "debian-cloud/debian-11"

Updated to latest syntax to work on 2025

required_providers{
google = {
 source = "hashicorp/google"
version = "3.55.0" updated to version = "3.83.0"
  }
}

module "vpc" updated to module "network" to support the new package name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant