Closed wdanbag closed 5 months ago
@wdanbag Thanks for raising this issue.
What is the value of var.vpc_p_managment.cidr
in your example?
@ewbankkit "cidr" = "10.255.0.0/16". I can repro this easily.
@wdanbag Do the terraform apply
s that cause the route deletion show any diffs in the plan? If so, could you please attach.
Thanks.
@ewbankkit just to clarify, you would like the output from the two terraform Apply runs?
Yes that would help. Thanks.
@ewbankkit https://github.com/ewbankkit
Here are the outputs. The first, Initial Run - terrformlogging.txt, the routes are correct. The second, Second Run - terrformlogging.txt, the route is removed. Please let me know if there is something else I can provide.
Thank you
From: Kit Ewbank notifications@github.com Sent: Wednesday, October 28, 2020 5:07 PM To: terraform-providers/terraform-provider-aws terraform-provider-aws@noreply.github.com Cc: wdanbag wbagdan@yahoo.com; Mention mention@noreply.github.com Subject: Re: [terraform-providers/terraform-provider-aws] VPC Peer vpc_id vpc created route gets deleted when terraform apply is run a second time (#14496)
Yes that would help. Thanks.
— You are receiving this because you were mentioned. Reply to this email directly, https://github.com/terraform-providers/terraform-provider-aws/issues/14496#issuecomment-718208927 view it on GitHub, or https://github.com/notifications/unsubscribe-auth/ANGS2WS547TSH5TJVUMOGDDSNCBWPANCNFSM4PW7OLBQ unsubscribe.
2020/11/02 14:48:52 [DEBUG] New state was assigned lineage "7bc774e2-3b5f-5266-370f-c34a8529967c" 2020/11/02 14:48:52 [DEBUG] checking for provider in "." 2020/11/02 14:48:52 [DEBUG] checking for provider in "C:\Program Files\Terraform" 2020/11/02 14:48:52 [DEBUG] checking for provider in ".terraform\plugins\windows_amd64" 2020/11/02 14:48:52 [DEBUG] found provider "terraform-provider-aws_v3.0.0_x5.exe" 2020/11/02 14:48:52 [DEBUG] found valid plugin: "aws", "3.0.0", "C:\Users\wbagdan\Documents\Sandbox\Terraform\AWS-Securing Applications in AWS Single VPC-Deployment-June2020-Deployment\setup_aws\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.0.0_x5.exe" 2020/11/02 14:48:52 [DEBUG] checking for provisioner in "." 2020/11/02 14:48:52 [DEBUG] checking for provisioner in "C:\Program Files\Terraform" 2020/11/02 14:48:52 [DEBUG] checking for provisioner in ".terraform\plugins\windows_amd64" 2020/11/02 14:48:52 [INFO] backend/local: starting Apply operation 2020-11-02T14:48:54.097-0500 [INFO] plugin: configuring client automatic mTLS 2020-11-02T14:48:54.121-0500 [DEBUG] plugin: starting plugin: path="C:\Users\wbagdan\Documents\Sandbox\Terraform\AWS-Securing Applications in AWS Single VPC-Deployment-June2020-Deployment\setup_aws.terraform\plugins\windows_amd64\terraform-provider-aws_v3.0.0_x5.exe" args=["C:\Users\wbagdan\Documents\Sandbox\Terraform\AWS-Securing Applications in AWS Single VPC-Deployment-June2020-Deployment\setup_aws.terraform\plugins\windows_amd64\terraform-provider-aws_v3.0.0_x5.exe"] 2020-11-02T14:48:54.126-0500 [DEBUG] plugin: plugin started: path="C:\Users\wbagdan\Documents\Sandbox\Terraform\AWS-Securing Applications in AWS Single VPC-Deployment-June2020-Deployment\setup_aws.terraform\plugins\windows_amd64\terraform-provider-aws_v3.0.0_x5.exe" pid=20580 2020-11-02T14:48:54.127-0500 [DEBUG] plugin: waiting for RPC address: path="C:\Users\wbagdan\Documents\Sandbox\Terraform\AWS-Securing Applications in AWS Single VPC-Deployment-June2020-Deployment\setup_aws.terraform\plugins\windows_amd64\terraform-provider-aws_v3.0.0_x5.exe" 2020-11-02T14:48:54.166-0500 [INFO] plugin.terraform-provider-aws_v3.0.0_x5.exe: configuring server automatic mTLS: timestamp=2020-11-02T14:48:54.165-0500 2020-11-02T14:48:54.192-0500 [DEBUG] plugin: using plugin: version=5 2020-11-02T14:48:54.192-0500 [DEBUG] plugin.terraform-provider-aws_v3.0.0_x5.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2020-11-02T14:48:54.192-0500 2020-11-02T14:48:54.290-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" 2020-11-02T14:48:54.311-0500 [DEBUG] plugin: plugin process exited: path="C:\Users\wbagdan\Documents\Sandbox\Terraform\AWS-Securing Applications in AWS Single VPC-Deployment-June2020-Deployment\setup_aws.terraform\plugins\windows_amd64\terraform-provider-aws_v3.0.0_x5.exe" pid=20580 2020-11-02T14:48:54.311-0500 [DEBUG] plugin: plugin exited 2020/11/02 14:48:54 [INFO] terraform: building graph: GraphTypeValidate 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_a.aws_iam_instance_profile.bootstrap_profile" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_vpc.single_vpc" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_lb_target_group.inbound_fw_target_group" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_b.aws_eip.eip-untrust" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_internet_gateway.vpc_igw" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_b.data.aws_region.current" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_a.aws_iam_role_policy.bootstrap_policy_inbound_a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route.management2vm-series" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_b.aws_s3_bucket.bucket" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.FW_2b" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_a.data.aws_region.current" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_b.data.aws_ami.panw_ngfw" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_lb_listener.internal_webservers" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.Web_server_2b" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_lb_listener.inbound_fw_target_group" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_instance.webserver_1" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route.vm-series2management" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.DB_2a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_vpc_peering_connection.vm_series2managment_vpc_peering" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table.public_route_table" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.Mgmt_2a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.DB_2b" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table_association.private_route_table_busb" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.Business_2b" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.Mgmt_2b" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table_association.private_route_table_dbb" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_b.aws_eip.eip-management" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.Business_2a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_a.aws_s3_bucket_object.content" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table_association.private_route_table_webb" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_b.aws_instance.instance-ngfw" (terraform.NodeValidatableResource) needs provider.aws oute_table_ass2 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table_association.public_route_table_ass2" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.FW_2a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_b.aws_iam_role.bootstrap_role" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_a.aws_s3_bucket_object.init-cft_txt" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_a.aws_s3_bucket.bucket" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_a.aws_iam_role.bootstrap_role" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_b.aws_s3_bucket_object.license" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table_association.private_route_table_dba" (terraform.NodeValidatableResource) needs provider.aws able.mgmt_route_table 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table.mgmt_route_table" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table.private_route_table_a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_b.aws_network_interface.eni-untrust" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_a.aws_instance.instance-ngfw" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_b.aws_network_interface.eni-management" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_b.aws_network_interface.eni-trust" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_a.aws_eip.eip-management" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table_association.mgmt_route_table_ass2" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_a.aws_network_interface.eni-untrust" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "data.aws_availability_zones.available" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_lb_target_group_attachment.internal_web_a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table_association.mgmt_route_table_ass" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_a.aws_s3_bucket_object.software" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table_association.private_route_table_busa" (terraform.NodeValidatableResource) needs provider.aws /02 14:48:54 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lb_target_group_attachment.inbound_targtgroup_attachmement_b 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_lb_target_group_attachment.inbound_targtgroup_attachmement_b" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_security_group_rule.inboud_from_single_vpc" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_a.aws_network_interface.eni-management" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_security_group.Firewall_Public" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table_association.private_route_table_weba" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_alb.internal_http_alb" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_b.aws_iam_instance_profile.bootstrap_profile" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.Public_2a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_a.aws_s3_bucket_object.license" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_b.aws_s3_bucket_object.software" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_route_table_association.public_route_table_ass" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_security_group.Firewall_Private" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_b.aws_s3_bucket_object.init-cft_txt" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_security_group.Firewall_Mgmt" (terraform.NodeValidatableResource) needs provider.aws ch for provider.aws serving aws_subnet.Web_server_2a 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.Web_server_2a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_subnet.Public_2b" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_b.aws_iam_role_policy.bootstrap_policy_inbound_a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_lb_target_group_attachment.inbound_targtgroup_attachmement_a" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_instance.webserver_2" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_a.data.aws_ami.panw_ngfw" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "aws_lb_target_group_attachment.internal_web_b" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_a.aws_eip.eip-untrust" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.ngfw_a.aws_network_interface.eni-trust" (terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ProviderTransformer: "module.s3bucket_inbound_b.aws_s3_bucket_object.content" (*terraform.NodeValidatableResource) needs provider.aws 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.output.eip_untrust" references: [module.ngfw_a.aws_eip.eip-untrust] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.aws_key" references: [var.aws_key] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.data.aws_ami.panw_ngfw" references: [module.ngfw_a.var.license_type_map module.ngfw_a.var.ngfw_license_typee module.ngfw_a.var.ngfw_versionn] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.aws_eip.eip-management" references: [module.ngfw_b.var.name module.ngfw_b.aws_network_interface.eni-management] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.aws_iam_role.bootstrap_role" references: [module.s3bucket_inbound_a.var.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.vmseries_a" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.bootstrap_s3bucket" references: [var.s3bootstrapbuckets] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_lb_target_group_attachment.internal_web_b" references: [var.create_webservers aws_lb_target_group.internal_webservers aws_instance.webserver_2] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.aws_instance.instance-ngfw" references: [module.ngfw_a.var.bootstrap_s3bucket module.ngfw_a.data.aws_ami.panw_ngfw module.ngfw_a.var.bootstrap_profile module.ngfw_a.var.aws_key module.ngfw_a.var.instance_type module.ngfw_a.var.name module.ngfw_a.aws_network_interface.eni-management module.ngfw_a.aws_network_interface.eni-untrust module.ngfw_a.aws_network_interface.eni-trust] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.aws_iam_instance_profile.bootstrap_profile" references: [module.s3bucket_inbound_a.var.bucket module.s3bucket_inbound_a.aws_iam_role.bootstrap_role] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.untrust_security_group_id" references: [aws_security_group.Firewall_Public] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.var.bucket" references: [var.s3bootstrapbuckets] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.var.init_cfg_source" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.output.eni_trust_id" references: [module.ngfw_a.aws_network_interface.eni-trust] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.trustfwip" references: [var.vmseries_a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.trustfwip" references: [var.vmseries_b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.inbound_http_alb" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.untrustfwip" references: [var.vmseries_b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.management_subnet_id" references: [aws_subnet.Mgmt_2b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table.private_route_table_b" references: [var.private_route_table_b aws_vpc.single_vpc module.ngfw_b.output.eni_trust_id var.private_route_table_b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.aws_iam_role_policy.bootstrap_policy_inbound_a" references: [module.s3bucket_inbound_a.var.bucket module.s3bucket_inbound_a.var.bucket module.s3bucket_inbound_a.aws_iam_role.bootstrap_role] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.output.iam_profile" references: [module.s3bucket_inbound_b.aws_iam_instance_profile.bootstrap_profile] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "output.Inbound-FW-1-MGMT" references: [module.ngfw_a.output.eip_mgmt] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.ngfw_version" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.name" references: [var.vmseries_b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_alb.inbound_http_alb" references: [aws_subnet.Public_2a aws_subnet.Public_2b var.inbound_http_alb aws_security_group.Firewall_Public var.inbound_http_alb] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_lb_target_group.internal_webservers" references: [aws_vpc.single_vpc] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.Business_2a" references: [var.vpc_Example_Application aws_vpc.single_vpc data.aws_availability_zones.available var.vpc_Example_Application] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.trust_subnet_id" references: [aws_subnet.FW_2a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.untrust_subnet_id" references: [aws_subnet.Public_2b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table.public_route_table" references: [aws_vpc.single_vpc var.vpc_Example_Application aws_internet_gateway.vpc_igw var.vpc_Example_Application] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.aws_eip.eip-untrust" references: [module.ngfw_a.var.name module.ngfw_a.aws_network_interface.eni-untrust] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.bootstrap_profile" references: [module.s3bucket_inbound_a.output.iam_profile] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route.management2vm-series" references: [aws_vpc.single_vpc aws_vpc_peering_connection.vm_series2managment_vpc_peering var.vpc_panorama_managment] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.management_subnet_id" references: [aws_subnet.Mgmt_2a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.aws_s3_bucket.bucket" references: [module.s3bucket_inbound_b.var.bucket module.s3bucket_inbound_b.var.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.aws_s3_bucket_object.content" references: [module.s3bucket_inbound_a.aws_s3_bucket.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.license_type_map" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.ngfw_license_typee" references: [var.ngfw_license_type] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_security_group.Firewall_Private" references: [aws_vpc.single_vpc var.vpc_Example_Application] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table_association.private_route_table_busa" references: [aws_route_table.private_route_table_a aws_subnet.Business_2a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.Public_2b" references: [var.vpc_Example_Application data.aws_availability_zones.available var.vpc_Example_Application aws_vpc.single_vpc] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.output.eni-trust" references: [module.ngfw_b.aws_network_interface.eni-trust] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table_association.private_route_table_busb" references: [aws_subnet.Business_2b aws_route_table.private_route_table_b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.FW_2a" references: [var.vpc_Example_Application var.vpc_Example_Application data.aws_availability_zones.available aws_vpc.single_vpc] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "data.aws_availability_zones.available" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.fw_instance_type" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_lb_listener.internal_webservers" references: [aws_alb.internal_http_alb aws_lb_target_group.internal_webservers] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.Web_server_2b" references: [var.vpc_Example_Application var.vpc_Example_Application aws_vpc.single_vpc data.aws_availability_zones.available] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.FW_2b" references: [var.vpc_Example_Application data.aws_availability_zones.available var.vpc_Example_Application aws_vpc.single_vpc] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.Business_2b" references: [aws_vpc.single_vpc var.vpc_Example_Application data.aws_availability_zones.available var.vpc_Example_Application] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table_association.private_route_table_webb" references: [aws_route_table.private_route_table_b aws_subnet.Web_server_2b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.aws_s3_bucket_object.license" references: [module.s3bucket_inbound_b.var.license_content module.s3bucket_inbound_b.aws_s3_bucket.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.ngfw_versionn" references: [var.ngfw_version] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.var.license_content" references: [var.vm_series_authcodes] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.Mgmt_2a" references: [aws_vpc.single_vpc data.aws_availability_zones.available var.vpc_Example_Application var.vpc_Example_Application] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_lb_target_group_attachment.inbound_targtgroup_attachmement_b" references: [aws_lb_target_group.inbound_fw_target_group] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.DB_2b" references: [var.vpc_Example_Application var.vpc_Example_Application data.aws_availability_zones.available aws_vpc.single_vpc] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.untrust_security_group_id" references: [aws_security_group.Firewall_Public] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.management_security_group_id" references: [aws_security_group.Firewall_Mgmt] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.var.init_cfg_source" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_instance.webserver_1" references: [var.create_webservers aws_security_group.Firewall_Private var.aws_key var.amazon_linux_2_ami_id aws_subnet.Web_server_2a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.aws_s3_bucket_object.init-cft_txt" references: [module.s3bucket_inbound_b.var.init_cfg_source module.s3bucket_inbound_b.aws_s3_bucket.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.output.eip_mgmt" references: [module.ngfw_a.aws_eip.eip-management] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.name" references: [var.vmseries_a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_lb_listener.inbound_fw_target_group" references: [aws_alb.inbound_http_alb aws_lb_target_group.inbound_fw_target_group] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.private_route_table_a" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.ngfw_license_typee" references: [var.ngfw_license_type] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table_association.mgmt_route_table_ass" references: [aws_route_table.mgmt_route_table aws_subnet.Mgmt_2a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.aws_network_interface.eni-trust" references: [module.ngfw_a.var.trustfwip module.ngfw_a.var.trust_subnet_id module.ngfw_a.var.name module.ngfw_a.var.trust_security_group_id] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.output.eni_trust_id" references: [module.ngfw_b.aws_network_interface.eni-trust] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.ssh_https_access_cidr_blocks" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.aws_key" references: [var.aws_key] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route.vm-series2management" references: [aws_vpc_peering_connection.vm_series2managment_vpc_peering aws_route_table.mgmt_route_table var.vpc_panorama_managment] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_lb_target_group_attachment.internal_web_a" references: [var.create_webservers aws_instance.webserver_1 aws_lb_target_group.internal_webservers] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table_association.private_route_table_weba" references: [aws_route_table.private_route_table_a aws_subnet.Web_server_2a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.aws_region" references: [var.aws_region] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.aws_iam_role.bootstrap_role" references: [module.s3bucket_inbound_b.var.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.output.eip_untrust" references: [module.ngfw_b.aws_eip.eip-untrust] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.create_webservers" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.bootstrap_s3bucket" references: [var.s3bootstrapbuckets] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_alb.internal_http_alb" references: [aws_security_group.Firewall_Private aws_subnet.Web_server_2a aws_subnet.Web_server_2b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.management_ip" references: [var.vmseries_b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.trust_security_group_id" references: [aws_security_group.Firewall_Private] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.aws_instance.instance-ngfw" references: [module.ngfw_b.data.aws_ami.panw_ngfw module.ngfw_b.var.bootstrap_profile module.ngfw_b.var.name module.ngfw_b.var.bootstrap_s3bucket module.ngfw_b.var.instance_type module.ngfw_b.var.aws_key module.ngfw_b.aws_network_interface.eni-management module.ngfw_b.aws_network_interface.eni-untrust module.ngfw_b.aws_network_interface.eni-trust] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.output.eni-trust" references: [module.ngfw_a.aws_network_interface.eni-trust] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.output.iam_profile" references: [module.s3bucket_inbound_a.aws_iam_instance_profile.bootstrap_profile] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.var.bucket" references: [var.s3bootstrapbuckets] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_region] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_security_group.Firewall_Mgmt" references: [aws_vpc.single_vpc var.ssh_https_access_cidr_blocks var.ssh_https_access_cidr_blocks] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.aws_iam_instance_profile.bootstrap_profile" references: [module.s3bucket_inbound_b.aws_iam_role.bootstrap_role module.s3bucket_inbound_b.var.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.aws_s3_bucket_object.content" references: [module.s3bucket_inbound_b.aws_s3_bucket.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.management_ip" references: [var.vmseries_a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_lb_target_group_attachment.inbound_targtgroup_attachmement_a" references: [aws_lb_target_group.inbound_fw_target_group] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.aws_network_interface.eni-management" references: [module.ngfw_b.var.management_subnet_id module.ngfw_b.var.name module.ngfw_b.var.management_ip module.ngfw_b.var.management_security_group_id] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.ngfw_license_type" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_internet_gateway.vpc_igw" references: [var.vpc_Example_Application aws_vpc.single_vpc] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table_association.mgmt_route_table_ass2" references: [aws_route_table.mgmt_route_table aws_subnet.Mgmt_2b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.data.aws_region.current" references: [module.ngfw_a.var.aws_region] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.vmseries_b" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table_association.private_route_table_dba" references: [aws_route_table.private_route_table_a aws_subnet.DB_2a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.aws_network_interface.eni-trust" references: [module.ngfw_b.var.name module.ngfw_b.var.trustfwip module.ngfw_b.var.trust_subnet_id module.ngfw_b.var.trust_security_group_id] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.data.aws_ami.panw_ngfw" references: [module.ngfw_b.var.license_type_map module.ngfw_b.var.ngfw_license_typee module.ngfw_b.var.ngfw_versionn] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table_association.private_route_table_dbb" references: [aws_subnet.DB_2b aws_route_table.private_route_table_b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.aws_s3_bucket_object.init-cft_txt" references: [module.s3bucket_inbound_a.var.init_cfg_source module.s3bucket_inbound_a.aws_s3_bucket.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.aws_s3_bucket_object.software" references: [module.s3bucket_inbound_a.aws_s3_bucket.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.aws_s3_bucket_object.license" references: [module.s3bucket_inbound_a.aws_s3_bucket.bucket module.s3bucket_inbound_a.var.license_content] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "output.Inbound_Public_ALB" references: [aws_alb.inbound_http_alb] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.Public_2a" references: [var.vpc_Example_Application var.vpc_Example_Application aws_vpc.single_vpc data.aws_availability_zones.available] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.Mgmt_2b" references: [aws_vpc.single_vpc var.vpc_Example_Application var.vpc_Example_Application data.aws_availability_zones.available] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.Web_server_2a" references: [data.aws_availability_zones.available aws_vpc.single_vpc var.vpc_Example_Application var.vpc_Example_Application] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.s3bootstrapbuckets" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.instance_type" references: [var.fw_instance_type] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_a.aws_s3_bucket.bucket" references: [module.s3bucket_inbound_a.var.bucket module.s3bucket_inbound_a.var.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.untrustfwip" references: [var.vmseries_a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.management_security_group_id" references: [aws_security_group.Firewall_Mgmt] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.aws_network_interface.eni-untrust" references: [module.ngfw_a.var.untrustfwip module.ngfw_a.var.untrust_subnet_id module.ngfw_a.var.name module.ngfw_a.var.untrust_security_group_id] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.output.eip_mgmt" references: [module.ngfw_b.aws_eip.eip-management] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.vm_series_authcodes" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.bootstrap_profile" references: [module.s3bucket_inbound_b.output.iam_profile] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.aws_eip.eip-management" references: [module.ngfw_a.aws_network_interface.eni-management module.ngfw_a.var.name] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "output.Inbound-FW-2-MGMT" references: [module.ngfw_b.output.eip_mgmt] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.private_route_table_b" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.untrust_subnet_id" references: [aws_subnet.Public_2a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_vpc.single_vpc" references: [var.vpc_Example_Application var.vpc_Example_Application var.vpc_Example_Application] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.data.aws_region.current" references: [module.ngfw_b.var.aws_region] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "output.Internal_Webserver_ALB" references: [aws_alb.internal_http_alb] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.aws_iam_role_policy.bootstrap_policy_inbound_a" references: [module.s3bucket_inbound_b.var.bucket module.s3bucket_inbound_b.var.bucket module.s3bucket_inbound_b.aws_iam_role.bootstrap_role] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.aws_eip.eip-untrust" references: [module.ngfw_b.var.name module.ngfw_b.aws_network_interface.eni-untrust] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.aws_key" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.amazon_linux_2_ami_id" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.license_type_map" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_security_group_rule.inboud_from_single_vpc" references: [var.vpc_panorama_managment var.vpc_Example_Application] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_lb_target_group.inbound_fw_target_group" references: [aws_vpc.single_vpc] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_subnet.DB_2a" references: [var.vpc_Example_Application var.vpc_Example_Application data.aws_availability_zones.available aws_vpc.single_vpc] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.ngfw_versionn" references: [var.ngfw_version] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.var.license_content" references: [var.vm_series_authcodes] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.s3bucket_inbound_b.aws_s3_bucket_object.software" references: [module.s3bucket_inbound_b.aws_s3_bucket.bucket] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.vpc_Example_Application" references: [] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.aws_network_interface.eni-untrust" references: [module.ngfw_b.var.untrust_security_group_id module.ngfw_b.var.untrustfwip module.ngfw_b.var.untrust_subnet_id module.ngfw_b.var.name] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.trust_subnet_id" references: [aws_subnet.FW_2b] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_instance.webserver_2" references: [var.create_webservers aws_subnet.Web_server_2b aws_security_group.Firewall_Private var.amazon_linux_2_ami_id var.aws_key] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table.mgmt_route_table" references: [aws_vpc.single_vpc var.vpc_Example_Application aws_internet_gateway.vpc_igw var.vpc_Example_Application] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_security_group.Firewall_Public" references: [aws_vpc.single_vpc] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.aws_region" references: [var.aws_region] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table.private_route_table_a" references: [var.private_route_table_a aws_vpc.single_vpc var.private_route_table_a module.ngfw_a.output.eni_trust_id] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table_association.public_route_table_ass" references: [aws_route_table.public_route_table aws_subnet.Public_2a] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_route_table_association.public_route_table_ass2" references: [aws_subnet.Public_2b aws_route_table.public_route_table] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.var.trust_security_group_id" references: [aws_security_group.Firewall_Private] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_b.var.instance_type" references: [var.fw_instance_type] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "aws_vpc_peering_connection.vm_series2managment_vpc_peering" references: [aws_vpc.single_vpc var.vpc_panorama_managment] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "module.ngfw_a.aws_network_interface.eni-management" references: [module.ngfw_a.var.management_ip module.ngfw_a.var.management_security_group_id module.ngfw_a.var.management_subnet_id module.ngfw_a.var.name] 2020/11/02 14:48:54 [DEBUG] ReferenceTransformer: "var.vpc_panorama_managment" references: [] 2a - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider aws_route_table_association.mgmt_route_table_ass2 - terraform.NodeValidatableResource aws_route_table.mgmt_route_table - terraform.NodeValidatableResource aws_subnet.Mgmt_2b - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider aws_route_table_association.private_route_table_busa - terraform.NodeValidatableResource aws_route_table.private_route_table_a - terraform.NodeValidatableResource aws_subnet.Business_2a - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider aws_route_table_association.private_route_table_busb - terraform.NodeValidatableResource aws_route_table.private_route_table_b - terraform.NodeValidatableResource aws_subnet.Business_2b - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider aws_route_table_association.private_route_table_dba - terraform.NodeValidatableResource aws_route_table.private_route_table_a - terraform.NodeValidatableResource aws_subnet.DB_2a - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider aws_route_table_association.private_route_table_dbb - terraform.NodeValidatableResource aws_route_table.private_route_table_b - terraform.NodeValidatableResource aws_subnet.DB_2b - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider aws_route_table_association.private_route_table_weba - terraform.NodeValidatableResource aws_route_table.private_route_table_a - terraform.NodeValidatableResource aws_subnet.Web_server_2a - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider aws_route_table_association.private_route_table_webb - terraform.NodeValidatableResource aws_route_table.private_route_table_b - terraform.NodeValidatableResource aws_subnet.Web_server_2b - terraform.NodeValidatableResource erraform.NodeApplyableProvider aws_route_table_association.public_route_table_ass - terraform.NodeValidatableResource aws_route_table.public_route_table - terraform.NodeValidatableResource aws_subnet.Public_2a - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider aws_route_table_association.public_route_table_ass2 - terraform.NodeValidatableResource aws_route_table.public_route_table - terraform.NodeValidatableResource aws_subnet.Public_2b - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider aws_security_group.Firewall_Mgmt - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.ssh_https_access_cidr_blocks - terraform.NodeRootVariable aws_security_group.Firewall_Private - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_security_group.Firewall_Public - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider aws_security_group_rule.inboud_from_single_vpc - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable var.vpc_panorama_managment - terraform.NodeRootVariable aws_subnet.Business_2a - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.Business_2b - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource source provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.DB_2a - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.DB_2b - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.FW_2a - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.FW_2b - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.Mgmt_2a - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.Mgmt_2b - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.Public_2a - terraform.NodeValidatableResource pc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.Public_2b - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.Web_server_2a - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_subnet.Web_server_2b - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_vpc.single_vpc - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_Example_Application - terraform.NodeRootVariable aws_vpc_peering_connection.vm_series2managment_vpc_peering - terraform.NodeValidatableResource aws_vpc.single_vpc - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider var.vpc_panorama_managment - terraform.NodeRootVariable data.aws_availability_zones.available - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider module.ngfw_a.aws_eip.eip-management - terraform.NodeValidatableResource module.ngfw_a.aws_network_interface.eni-management - terraform.NodeValidatableResource module.ngfw_a.var.name - terraform.NodeApplyableModuleVariable er module.ngfw_a.aws_eip.eip-untrust - terraform.NodeValidatableResource module.ngfw_a.aws_network_interface.eni-untrust - terraform.NodeValidatableResource module.ngfw_a.var.name - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_a.aws_instance.instance-ngfw - terraform.NodeValidatableResource module.ngfw_a.aws_network_interface.eni-management - terraform.NodeValidatableResource module.ngfw_a.aws_network_interface.eni-trust - terraform.NodeValidatableResource module.ngfw_a.aws_network_interface.eni-untrust - terraform.NodeValidatableResource module.ngfw_a.data.aws_ami.panw_ngfw - terraform.NodeValidatableResource module.ngfw_a.var.aws_key - terraform.NodeApplyableModuleVariable module.ngfw_a.var.bootstrap_profile - terraform.NodeApplyableModuleVariable module.ngfw_a.var.bootstrap_s3bucket - terraform.NodeApplyableModuleVariable module.ngfw_a.var.instance_type - terraform.NodeApplyableModuleVariable module.ngfw_a.var.name - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_a.aws_network_interface.eni-management - terraform.NodeValidatableResource module.ngfw_a.var.management_ip - terraform.NodeApplyableModuleVariable module.ngfw_a.var.management_security_group_id - terraform.NodeApplyableModuleVariable module.ngfw_a.var.management_subnet_id - terraform.NodeApplyableModuleVariable module.ngfw_a.var.name - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_a.aws_network_interface.eni-trust - terraform.NodeValidatableResource module.ngfw_a.var.name - terraform.NodeApplyableModuleVariable module.ngfw_a.var.trust_security_group_id - terraform.NodeApplyableModuleVariable module.ngfw_a.var.trust_subnet_id - terraform.NodeApplyableModuleVariable module.ngfw_a.var.trustfwip - *terraform.NodeApplyableModuleVariable
module.ngfw_a.aws_network_interface.eni-untrust - terraform.NodeValidatableResource module.ngfw_a.var.name - terraform.NodeApplyableModuleVariable module.ngfw_a.var.untrust_security_group_id - terraform.NodeApplyableModuleVariable module.ngfw_a.var.untrust_subnet_id - terraform.NodeApplyableModuleVariable module.ngfw_a.var.untrustfwip - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_a.data.aws_ami.panw_ngfw - terraform.NodeValidatableResource module.ngfw_a.var.license_type_map - terraform.NodeApplyableModuleVariable module.ngfw_a.var.ngfw_license_typee - terraform.NodeApplyableModuleVariable module.ngfw_a.var.ngfw_versionn - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_a.data.aws_region.current - terraform.NodeValidatableResource module.ngfw_a.var.aws_region - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_a.output.eip_mgmt - terraform.NodeApplyableOutput module.ngfw_a.aws_eip.eip-management - terraform.NodeValidatableResource module.ngfw_a.output.eip_untrust - terraform.NodeApplyableOutput module.ngfw_a.aws_eip.eip-untrust - terraform.NodeValidatableResource module.ngfw_a.output.eni-trust - terraform.NodeApplyableOutput module.ngfw_a.aws_network_interface.eni-trust - terraform.NodeValidatableResource module.ngfw_a.output.eni_trust_id - terraform.NodeApplyableOutput module.ngfw_a.aws_network_interface.eni-trust - terraform.NodeValidatableResource module.ngfw_a.var.aws_key - terraform.NodeApplyableModuleVariable var.aws_key - terraform.NodeRootVariable module.ngfw_a.var.aws_region - terraform.NodeApplyableModuleVariable var.aws_region - terraform.NodeRootVariable module.ngfw_a.var.bootstrap_profile - terraform.NodeApplyableModuleVariable module.s3bucket_inbound_a.output.iam_profile - terraform.NodeApplyableOutput ucket - terraform.NodeApplyableModuleVariable var.s3bootstrapbuckets - terraform.NodeRootVariable module.ngfw_a.var.instance_type - terraform.NodeApplyableModuleVariable var.fw_instance_type - terraform.NodeRootVariable module.ngfw_a.var.license_type_map - terraform.NodeApplyableModuleVariable module.ngfw_a.var.management_ip - terraform.NodeApplyableModuleVariable var.vmseries_a - terraform.NodeRootVariable module.ngfw_a.var.management_security_group_id - terraform.NodeApplyableModuleVariable aws_security_group.Firewall_Mgmt - terraform.NodeValidatableResource module.ngfw_a.var.management_subnet_id - terraform.NodeApplyableModuleVariable aws_subnet.Mgmt_2a - terraform.NodeValidatableResource module.ngfw_a.var.name - terraform.NodeApplyableModuleVariable var.vmseries_a - terraform.NodeRootVariable module.ngfw_a.var.ngfw_license_typee - terraform.NodeApplyableModuleVariable var.ngfw_license_type - terraform.NodeRootVariable module.ngfw_a.var.ngfw_versionn - terraform.NodeApplyableModuleVariable var.ngfw_version - terraform.NodeRootVariable module.ngfw_a.var.trust_security_group_id - terraform.NodeApplyableModuleVariable aws_security_group.Firewall_Private - terraform.NodeValidatableResource module.ngfw_a.var.trust_subnet_id - terraform.NodeApplyableModuleVariable aws_subnet.FW_2a - terraform.NodeValidatableResource module.ngfw_a.var.trustfwip - terraform.NodeApplyableModuleVariable var.vmseries_a - terraform.NodeRootVariable module.ngfw_a.var.untrust_security_group_id - terraform.NodeApplyableModuleVariable aws_security_group.Firewall_Public - terraform.NodeValidatableResource module.ngfw_a.var.untrust_subnet_id - terraform.NodeApplyableModuleVariable aws_subnet.Public_2a - terraform.NodeValidatableResource module.ngfw_a.var.untrustfwip - terraform.NodeApplyableModuleVariable var.vmseries_a - terraform.NodeRootVariable module.ngfw_b.aws_eip.eip-management - terraform.NodeValidatableResource .ngfw_b.aws_network_interface.eni-management - terraform.NodeValidatableResource module.ngfw_b.var.name - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_b.aws_eip.eip-untrust - terraform.NodeValidatableResource module.ngfw_b.aws_network_interface.eni-untrust - terraform.NodeValidatableResource module.ngfw_b.var.name - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_b.aws_instance.instance-ngfw - terraform.NodeValidatableResource module.ngfw_b.aws_network_interface.eni-management - terraform.NodeValidatableResource module.ngfw_b.aws_network_interface.eni-trust - terraform.NodeValidatableResource module.ngfw_b.aws_network_interface.eni-untrust - terraform.NodeValidatableResource module.ngfw_b.data.aws_ami.panw_ngfw - terraform.NodeValidatableResource module.ngfw_b.var.aws_key - terraform.NodeApplyableModuleVariable module.ngfw_b.var.bootstrap_profile - terraform.NodeApplyableModuleVariable module.ngfw_b.var.bootstrap_s3bucket - terraform.NodeApplyableModuleVariable module.ngfw_b.var.instance_type - terraform.NodeApplyableModuleVariable module.ngfw_b.var.name - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_b.aws_network_interface.eni-management - terraform.NodeValidatableResource module.ngfw_b.var.management_ip - terraform.NodeApplyableModuleVariable module.ngfw_b.var.management_security_group_id - terraform.NodeApplyableModuleVariable module.ngfw_b.var.management_subnet_id - terraform.NodeApplyableModuleVariable module.ngfw_b.var.name - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_b.aws_network_interface.eni-trust - terraform.NodeValidatableResource module.ngfw_b.var.name - terraform.NodeApplyableModuleVariable module.ngfw_b.var.trust_security_group_id - terraform.NodeApplyableModuleVariable module.ngfw_b.var.trust_subnet_id - terraform.NodeApplyableModuleVariable module.ngfw_b.var.trustfwip - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_b.aws_network_interface.eni-untrust - terraform.NodeValidatableResource module.ngfw_b.var.name - terraform.NodeApplyableModuleVariable module.ngfw_b.var.untrust_security_group_id - terraform.NodeApplyableModuleVariable module.ngfw_b.var.untrust_subnet_id - terraform.NodeApplyableModuleVariable module.ngfw_b.var.untrustfwip - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_b.data.aws_ami.panw_ngfw - terraform.NodeValidatableResource module.ngfw_b.var.license_type_map - terraform.NodeApplyableModuleVariable module.ngfw_b.var.ngfw_license_typee - terraform.NodeApplyableModuleVariable module.ngfw_b.var.ngfw_versionn - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_b.data.aws_region.current - terraform.NodeValidatableResource module.ngfw_b.var.aws_region - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.ngfw_b.output.eip_mgmt - terraform.NodeApplyableOutput module.ngfw_b.aws_eip.eip-management - terraform.NodeValidatableResource module.ngfw_b.output.eip_untrust - terraform.NodeApplyableOutput module.ngfw_b.aws_eip.eip-untrust - terraform.NodeValidatableResource module.ngfw_b.output.eni-trust - terraform.NodeApplyableOutput module.ngfw_b.aws_network_interface.eni-trust - terraform.NodeValidatableResource module.ngfw_b.output.eni_trust_id - terraform.NodeApplyableOutput module.ngfw_b.aws_network_interface.eni-trust - terraform.NodeValidatableResource module.ngfw_b.var.aws_key - terraform.NodeApplyableModuleVariable var.aws_key - terraform.NodeRootVariable module.ngfw_b.var.aws_region - terraform.NodeApplyableModuleVariable able module.ngfw_b.var.bootstrap_profile - terraform.NodeApplyableModuleVariable module.s3bucket_inbound_b.output.iam_profile - terraform.NodeApplyableOutput module.ngfw_b.var.bootstrap_s3bucket - terraform.NodeApplyableModuleVariable var.s3bootstrapbuckets - terraform.NodeRootVariable module.ngfw_b.var.instance_type - terraform.NodeApplyableModuleVariable var.fw_instance_type - terraform.NodeRootVariable module.ngfw_b.var.license_type_map - terraform.NodeApplyableModuleVariable module.ngfw_b.var.management_ip - terraform.NodeApplyableModuleVariable var.vmseries_b - terraform.NodeRootVariable module.ngfw_b.var.management_security_group_id - terraform.NodeApplyableModuleVariable aws_security_group.Firewall_Mgmt - terraform.NodeValidatableResource module.ngfw_b.var.management_subnet_id - terraform.NodeApplyableModuleVariable aws_subnet.Mgmt_2b - terraform.NodeValidatableResource module.ngfw_b.var.name - terraform.NodeApplyableModuleVariable var.vmseries_b - terraform.NodeRootVariable module.ngfw_b.var.ngfw_license_typee - terraform.NodeApplyableModuleVariable var.ngfw_license_type - terraform.NodeRootVariable module.ngfw_b.var.ngfw_versionn - terraform.NodeApplyableModuleVariable var.ngfw_version - terraform.NodeRootVariable module.ngfw_b.var.trust_security_group_id - terraform.NodeApplyableModuleVariable aws_security_group.Firewall_Private - terraform.NodeValidatableResource module.ngfw_b.var.trust_subnet_id - terraform.NodeApplyableModuleVariable aws_subnet.FW_2b - terraform.NodeValidatableResource module.ngfw_b.var.trustfwip - terraform.NodeApplyableModuleVariable var.vmseries_b - terraform.NodeRootVariable module.ngfw_b.var.untrust_security_group_id - terraform.NodeApplyableModuleVariable aws_security_group.Firewall_Public - terraform.NodeValidatableResource module.ngfw_b.var.untrust_subnet_id - terraform.NodeApplyableModuleVariable aws_subnet.Public_2b - terraform.NodeValidatableResource ngfw_b.var.untrustfwip - terraform.NodeApplyableModuleVariable var.vmseries_b - terraform.NodeRootVariable module.s3bucket_inbound_a.aws_iam_instance_profile.bootstrap_profile - terraform.NodeValidatableResource module.s3bucket_inbound_a.aws_iam_role.bootstrap_role - terraform.NodeValidatableResource module.s3bucket_inbound_a.var.bucket - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_a.aws_iam_role.bootstrap_role - terraform.NodeValidatableResource module.s3bucket_inbound_a.var.bucket - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_a.aws_iam_role_policy.bootstrap_policy_inbound_a - terraform.NodeValidatableResource module.s3bucket_inbound_a.aws_iam_role.bootstrap_role - terraform.NodeValidatableResource module.s3bucket_inbound_a.var.bucket - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_a.aws_s3_bucket.bucket - terraform.NodeValidatableResource module.s3bucket_inbound_a.var.bucket - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_a.aws_s3_bucket_object.content - terraform.NodeValidatableResource module.s3bucket_inbound_a.aws_s3_bucket.bucket - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_a.aws_s3_bucket_object.init-cft_txt - terraform.NodeValidatableResource module.s3bucket_inbound_a.aws_s3_bucket.bucket - terraform.NodeValidatableResource module.s3bucket_inbound_a.var.init_cfg_source - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_a.aws_s3_bucket_object.license - terraform.NodeValidatableResource module.s3bucket_inbound_a.aws_s3_bucket.bucket - terraform.NodeValidatableResource odeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_a.aws_s3_bucket_object.software - terraform.NodeValidatableResource module.s3bucket_inbound_a.aws_s3_bucket.bucket - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_a.output.iam_profile - terraform.NodeApplyableOutput module.s3bucket_inbound_a.aws_iam_instance_profile.bootstrap_profile - terraform.NodeValidatableResource module.s3bucket_inbound_a.var.bucket - terraform.NodeApplyableModuleVariable var.s3bootstrapbuckets - terraform.NodeRootVariable module.s3bucket_inbound_a.var.init_cfg_source - terraform.NodeApplyableModuleVariable module.s3bucket_inbound_a.var.license_content - terraform.NodeApplyableModuleVariable var.vm_series_authcodes - terraform.NodeRootVariable module.s3bucket_inbound_b.aws_iam_instance_profile.bootstrap_profile - terraform.NodeValidatableResource module.s3bucket_inbound_b.aws_iam_role.bootstrap_role - terraform.NodeValidatableResource module.s3bucket_inbound_b.var.bucket - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_b.aws_iam_role.bootstrap_role - terraform.NodeValidatableResource module.s3bucket_inbound_b.var.bucket - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_b.aws_iam_role_policy.bootstrap_policy_inbound_a - terraform.NodeValidatableResource module.s3bucket_inbound_b.aws_iam_role.bootstrap_role - terraform.NodeValidatableResource module.s3bucket_inbound_b.var.bucket - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_b.aws_s3_bucket.bucket - terraform.NodeValidatableResource module.s3bucket_inbound_b.var.bucket - terraform.NodeApplyableModuleVariable provider.aws - terraform.NodeApplyableProvider ct.content - terraform.NodeValidatableResource module.s3bucket_inbound_b.aws_s3_bucket.bucket - terraform.NodeValidatableResource provider.aws - terraform.NodeApplyableProvider module.s3bucket_inbound_b.aws_s3_bucket_object.init-cft_txt - terraform.NodeValidatableResource module.s3bucket_inbound_b.aws_s3_bucket.bucket - *terraform.NodeValidatableResource module.s3bucket_inbound_b.var.init_cfg_source -
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
In creating a VPC Peer, the vpc_id vpc create route gets deleted after running terraform apply a second time. It gets recreated when run a third time. In the code below, aws_route.single2p-management gets destroyed when apply is run a second time and created again when apply gets run a third time etc.. No destroy message is in the output, just a refreshing of the route state. The route created going the opposite direction which is not below does not have this issue.
// Configure VPC Peering resource "aws_vpc_peering_connection" "single2managment_vpc_peering" { peer_vpc_id = var.vpc_p_managment.vpc_id vpc_id = aws_vpc.single_vpc.id auto_accept = true }
// Create Route for single_vpc to reach the P's VPC over the peer resource "aws_route" "single2p-management" { route_table_id = aws_route_table.mgmt_route_table.id destination_cidr_block = var.vpc_p_managment.cidr vpc_peering_connection_id = aws_vpc_peering_connection.single2managment_vpc_peering.id }