Skip to content

Commit

Permalink
Merge pull request #81 from danistrebel/feature/bump-mig-image
Browse files Browse the repository at this point in the history
feat: bump mig image from debian 10 to debian 11
  • Loading branch information
danistrebel authored Nov 3, 2022
2 parents 4aab0ca + 323f49c commit 052b26a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/apigee-x-bridge-mig/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module "bridge-template" {
alias_ips = null
}]
boot_disk = {
image = "debian-cloud/debian-10"
image = "debian-cloud/debian-11"
type = "pd-standard"
size = 20
}
Expand Down
2 changes: 1 addition & 1 deletion modules/apigee-x-mtls-mig/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module "apigee-mtls-proxy-template" {
alias_ips = null
}]
boot_disk = {
image = "projects/debian-cloud/global/images/family/debian-10"
image = "projects/debian-cloud/global/images/family/debian-11"
type = "pd-standard"
size = 10
}
Expand Down
2 changes: 1 addition & 1 deletion modules/development-backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "demo-backend-template" {
alias_ips = null
}]
boot_disk = {
image = "projects/debian-cloud/global/images/family/debian-10"
image = "projects/debian-cloud/global/images/family/debian-11"
type = "pd-standard"
size = 10
}
Expand Down
2 changes: 1 addition & 1 deletion modules/routing-appliance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module "routing-appliance-template" {
alias_ips = null
}]
boot_disk = {
image = "projects/debian-cloud/global/images/family/debian-10"
image = "projects/debian-cloud/global/images/family/debian-11"
type = "pd-standard"
size = 10
}
Expand Down

0 comments on commit 052b26a

Please sign in to comment.