File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
02-networking/CloudDNS/CloudDNSResponsePolicy Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515module "response_policy" {
16- source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/dns-response-policy?ref=v41.0 .0"
16+ source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/dns-response-policy?ref=v41.1 .0"
1717 for_each = local. response_policies_enabled_map
1818
1919 project_id = each. value . project_id
Original file line number Diff line number Diff line change 1414
1515module "mig" {
1616 for_each = local. mig_map
17- source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-mig?ref=v41.0 .0"
17+ source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-mig?ref=v41.1 .0"
1818 project_id = each. value . project_id
1919 location = each. value . location
2020 name = each. value . name
Original file line number Diff line number Diff line change 1414
1515module "mig-template" {
1616 for_each = local. mig_map
17- source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v41.0 .0"
17+ source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v41.1 .0"
1818 project_id = each. value . project_id
1919 name = var. mig_template_name
2020 zone = each. value . zone
You can’t perform that action at this time.
0 commit comments