Created
September 5, 2025 09:44
-
-
Save nmarchini/efecd84935d7697e1b3df99fe9ba5e7b to your computer and use it in GitHub Desktop.
Example code from Provider documentation results in ERROR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2025-09-05T10:42:38.009+0100 [INFO] Terraform version: 1.13.1 | |
| 2025-09-05T10:42:38.009+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.74.1 | |
| 2025-09-05T10:42:38.009+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.24.0 | |
| 2025-09-05T10:42:38.009+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 | |
| 2025-09-05T10:42:38.009+0100 [DEBUG] using github.com/zclconf/go-cty v1.16.3 | |
| 2025-09-05T10:42:38.009+0100 [INFO] Go runtime version: go1.24.5 | |
| 2025-09-05T10:42:38.009+0100 [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.13.1/terraform", "apply", "--auto-approve"} | |
| 2025-09-05T10:42:38.009+0100 [DEBUG] Attempting to open CLI config file: /Users/user_profile/.terraformrc | |
| 2025-09-05T10:42:38.009+0100 [INFO] Loading CLI configuration from /Users/user_profile/.terraformrc | |
| 2025-09-05T10:42:38.009+0100 [DEBUG] checking for credentials in "/Users/user_profile/.terraform.d/plugins" | |
| 2025-09-05T10:42:38.009+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
| 2025-09-05T10:42:38.009+0100 [DEBUG] will search for provider plugins in /Users/user_profile/.terraform.d/plugins | |
| 2025-09-05T10:42:38.010+0100 [WARN] local provider path "/Users/user_profile/.terraform.d/plugins/lord-kyron/phpipam/1.6.2" contains invalid type "1.6.2"; ignoring | |
| 2025-09-05T10:42:38.010+0100 [WARN] local provider path "/Users/user_profile/.terraform.d/plugins/lord-kyron/phpipam/1.6.2/CHANGELOG.md" contains invalid type "1.6.2"; ignoring | |
| 2025-09-05T10:42:38.010+0100 [WARN] local provider path "/Users/user_profile/.terraform.d/plugins/lord-kyron/phpipam/1.6.2/LICENSE.md" contains invalid type "1.6.2"; ignoring | |
| 2025-09-05T10:42:38.010+0100 [WARN] local provider path "/Users/user_profile/.terraform.d/plugins/lord-kyron/phpipam/1.6.2/README.md" contains invalid type "1.6.2"; ignoring | |
| 2025-09-05T10:42:38.010+0100 [WARN] local provider path "/Users/user_profile/.terraform.d/plugins/lord-kyron/phpipam/1.6.2/terraform-provider-phpipam_1.6.2_linux_amd64.zip" contains invalid type "1.6.2"; ignoring | |
| 2025-09-05T10:42:38.010+0100 [WARN] local provider path "/Users/user_profile/.terraform.d/plugins/lord-kyron/phpipam/1.6.2/terraform-provider-phpipam_v1.6.2" contains invalid type "1.6.2"; ignoring | |
| 2025-09-05T10:42:38.010+0100 [DEBUG] ignoring non-existing provider search directory /Users/user_profile/Library/Application Support/io.terraform/plugins | |
| 2025-09-05T10:42:38.010+0100 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
| 2025-09-05T10:42:38.010+0100 [INFO] CLI command args: []string{"apply", "--auto-approve"} | |
| 2025-09-05T10:42:38.478+0100 [DEBUG] checking for provisioner in "." | |
| 2025-09-05T10:42:38.479+0100 [DEBUG] checking for provisioner in "/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.13.1" | |
| 2025-09-05T10:42:38.479+0100 [DEBUG] checking for provisioner in "/Users/user_profile/.terraform.d/plugins" | |
| 2025-09-05T10:42:38.479+0100 [INFO] backend/local: starting Apply operation | |
| 2025-09-05T10:42:38.481+0100 [DEBUG] created provider logger: level=debug | |
| 2025-09-05T10:42:38.481+0100 [INFO] provider: configuring client automatic mTLS | |
| 2025-09-05T10:42:38.487+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5"] | |
| 2025-09-05T10:42:38.508+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 pid=21655 | |
| 2025-09-05T10:42:38.508+0100 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 | |
| 2025-09-05T10:42:38.629+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Starting github.com/hashicorp/[email protected] (go1.24.6)... | |
| 2025-09-05T10:42:38.629+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Creating Terraform AWS Provider (SDKv2-style)... | |
| 2025-09-05T10:42:38.648+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Initializing Terraform AWS Provider (SDKv2-style)... | |
| 2025-09-05T10:42:38.662+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Creating Terraform AWS Provider (Framework-style)... | |
| 2025-09-05T10:42:38.670+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Initializing Terraform AWS Provider (Framework-style)... | |
| 2025-09-05T10:42:38.671+0100 [INFO] provider.terraform-provider-aws_v6.12.0_x5: configuring server automatic mTLS: timestamp="2025-09-05T10:42:38.671+0100" | |
| 2025-09-05T10:42:38.677+0100 [DEBUG] provider: using plugin: version=5 | |
| 2025-09-05T10:42:38.677+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: plugin address: address=/var/folders/gr/_ntqhj6157v4t79rwnd9jhcc0000gp/T/plugin3922948772 network=unix timestamp="2025-09-05T10:42:38.677+0100" | |
| 2025-09-05T10:42:39.276+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2025-09-05T10:42:39.280+0100 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 id=21655 | |
| 2025-09-05T10:42:39.280+0100 [DEBUG] provider: plugin exited | |
| 2025-09-05T10:42:39.280+0100 [DEBUG] created provider logger: level=debug | |
| 2025-09-05T10:42:39.280+0100 [INFO] provider: configuring client automatic mTLS | |
| 2025-09-05T10:42:39.283+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 args=[".terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0"] | |
| 2025-09-05T10:42:39.286+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 pid=21656 | |
| 2025-09-05T10:42:39.286+0100 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 | |
| 2025-09-05T10:42:39.298+0100 [INFO] provider.terraform-provider-awscc_v1.55.0: configuring server automatic mTLS: timestamp="2025-09-05T10:42:39.298+0100" | |
| 2025-09-05T10:42:39.304+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: plugin address: network=unix address=/var/folders/gr/_ntqhj6157v4t79rwnd9jhcc0000gp/T/plugin2677626889 timestamp="2025-09-05T10:42:39.304+0100" | |
| 2025-09-05T10:42:39.304+0100 [DEBUG] provider: using plugin: version=6 | |
| 2025-09-05T10:42:39.571+0100 [DEBUG] No provider meta schema returned | |
| 2025-09-05T10:42:39.633+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2025-09-05T10:42:39.637+0100 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 id=21656 | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] provider: plugin exited | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] Building and walking validate graph | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_global_network.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ProviderTransformer: "data.aws_region.current" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet1" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_core_network.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_vpc_attachment.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ProviderTransformer: "awscc_ec2_vpc.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet2" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet1" references: [data.aws_region.current awscc_ec2_vpc.example] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_core_network.example" references: [awscc_networkmanager_global_network.example data.aws_region.current] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "local.terraform_tag (expand)" references: [] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_vpc_attachment.example" references: [data.aws_region.current data.aws_caller_identity.current awscc_ec2_subnet.example_subnet1 data.aws_region.current data.aws_caller_identity.current awscc_ec2_subnet.example_subnet2 data.aws_region.current data.aws_caller_identity.current awscc_ec2_vpc.example awscc_networkmanager_core_network.example] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_vpc.example" references: [] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet2" references: [data.aws_region.current awscc_ec2_vpc.example] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_global_network.example" references: [] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current" references: [] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/awscc\"]" references: [] | |
| 2025-09-05T10:42:39.637+0100 [DEBUG] Starting graph walk: walkValidate | |
| 2025-09-05T10:42:39.638+0100 [DEBUG] created provider logger: level=debug | |
| 2025-09-05T10:42:39.638+0100 [INFO] provider: configuring client automatic mTLS | |
| 2025-09-05T10:42:39.640+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5"] | |
| 2025-09-05T10:42:39.663+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 pid=21657 | |
| 2025-09-05T10:42:39.664+0100 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 | |
| 2025-09-05T10:42:39.770+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Starting github.com/hashicorp/[email protected] (go1.24.6)... | |
| 2025-09-05T10:42:39.770+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Creating Terraform AWS Provider (SDKv2-style)... | |
| 2025-09-05T10:42:39.788+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Initializing Terraform AWS Provider (SDKv2-style)... | |
| 2025-09-05T10:42:39.801+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Creating Terraform AWS Provider (Framework-style)... | |
| 2025-09-05T10:42:39.808+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Initializing Terraform AWS Provider (Framework-style)... | |
| 2025-09-05T10:42:39.809+0100 [INFO] provider.terraform-provider-aws_v6.12.0_x5: configuring server automatic mTLS: timestamp="2025-09-05T10:42:39.809+0100" | |
| 2025-09-05T10:42:39.815+0100 [DEBUG] provider: using plugin: version=5 | |
| 2025-09-05T10:42:39.815+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: plugin address: address=/var/folders/gr/_ntqhj6157v4t79rwnd9jhcc0000gp/T/plugin937149656 network=unix timestamp="2025-09-05T10:42:39.815+0100" | |
| 2025-09-05T10:42:39.820+0100 [DEBUG] created provider logger: level=debug | |
| 2025-09-05T10:42:39.820+0100 [INFO] provider: configuring client automatic mTLS | |
| 2025-09-05T10:42:39.822+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 args=[".terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0"] | |
| 2025-09-05T10:42:39.825+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 pid=21658 | |
| 2025-09-05T10:42:39.825+0100 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 | |
| 2025-09-05T10:42:39.837+0100 [INFO] provider.terraform-provider-awscc_v1.55.0: configuring server automatic mTLS: timestamp="2025-09-05T10:42:39.837+0100" | |
| 2025-09-05T10:42:39.843+0100 [DEBUG] provider: using plugin: version=6 | |
| 2025-09-05T10:42:39.843+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: plugin address: address=/var/folders/gr/_ntqhj6157v4t79rwnd9jhcc0000gp/T/plugin1216010996 network=unix timestamp="2025-09-05T10:42:39.843+0100" | |
| 2025-09-05T10:42:39.848+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:39.848+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:39.853+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2025-09-05T10:42:39.855+0100 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 id=21657 | |
| 2025-09-05T10:42:39.856+0100 [DEBUG] provider: plugin exited | |
| 2025-09-05T10:42:39.921+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:39.921+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:39.921+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:39.922+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:39.923+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2025-09-05T10:42:39.925+0100 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 id=21658 | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] provider: plugin exited | |
| 2025-09-05T10:42:39.925+0100 [INFO] backend/local: apply calling Plan | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] Building and walking plan graph for NormalMode | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_core_network.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ProviderTransformer: "data.aws_region.current (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_vpc_attachment.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet1 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet2 (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ProviderTransformer: "awscc_ec2_vpc.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_global_network.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current (expand)" references: [] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "data.aws_region.current (expand)" references: [] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_vpc_attachment.example (expand)" references: [awscc_networkmanager_core_network.example (expand) data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_subnet.example_subnet1 (expand) data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_subnet.example_subnet2 (expand) data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_vpc.example (expand)] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet1 (expand)" references: [awscc_ec2_vpc.example (expand) data.aws_region.current (expand)] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet2 (expand)" references: [awscc_ec2_vpc.example (expand) data.aws_region.current (expand)] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "local.terraform_tag (expand)" references: [] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/awscc\"]" references: [] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_vpc.example (expand)" references: [] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_global_network.example (expand)" references: [] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_core_network.example (expand)" references: [awscc_networkmanager_global_network.example (expand) data.aws_region.current (expand)] | |
| 2025-09-05T10:42:39.925+0100 [DEBUG] Starting graph walk: walkPlan | |
| 2025-09-05T10:42:39.926+0100 [DEBUG] created provider logger: level=debug | |
| 2025-09-05T10:42:39.926+0100 [INFO] provider: configuring client automatic mTLS | |
| 2025-09-05T10:42:39.928+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5"] | |
| 2025-09-05T10:42:39.949+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 pid=21659 | |
| 2025-09-05T10:42:39.949+0100 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 | |
| 2025-09-05T10:42:40.053+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Starting github.com/hashicorp/[email protected] (go1.24.6)... | |
| 2025-09-05T10:42:40.053+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Creating Terraform AWS Provider (SDKv2-style)... | |
| 2025-09-05T10:42:40.071+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Initializing Terraform AWS Provider (SDKv2-style)... | |
| 2025-09-05T10:42:40.083+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Creating Terraform AWS Provider (Framework-style)... | |
| 2025-09-05T10:42:40.091+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Initializing Terraform AWS Provider (Framework-style)... | |
| 2025-09-05T10:42:40.092+0100 [INFO] provider.terraform-provider-aws_v6.12.0_x5: configuring server automatic mTLS: timestamp="2025-09-05T10:42:40.091+0100" | |
| 2025-09-05T10:42:40.098+0100 [DEBUG] provider: using plugin: version=5 | |
| 2025-09-05T10:42:40.098+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: plugin address: address=/var/folders/gr/_ntqhj6157v4t79rwnd9jhcc0000gp/T/plugin545148251 network=unix timestamp="2025-09-05T10:42:40.097+0100" | |
| 2025-09-05T10:42:40.102+0100 [DEBUG] created provider logger: level=debug | |
| 2025-09-05T10:42:40.102+0100 [INFO] provider: configuring client automatic mTLS | |
| 2025-09-05T10:42:40.105+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 args=[".terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0"] | |
| 2025-09-05T10:42:40.108+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 pid=21660 | |
| 2025-09-05T10:42:40.108+0100 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 | |
| 2025-09-05T10:42:40.120+0100 [INFO] provider.terraform-provider-awscc_v1.55.0: configuring server automatic mTLS: timestamp="2025-09-05T10:42:40.120+0100" | |
| 2025-09-05T10:42:40.126+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: plugin address: address=/var/folders/gr/_ntqhj6157v4t79rwnd9jhcc0000gp/T/plugin3594922360 network=unix timestamp="2025-09-05T10:42:40.126+0100" | |
| 2025-09-05T10:42:40.126+0100 [DEBUG] provider: using plugin: version=6 | |
| 2025-09-05T10:42:40.131+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:40.132+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Resolving credentials provider: @module=awscc.aws-base tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 timestamp="2025-09-05T10:42:40.132+0100" | |
| 2025-09-05T10:42:40.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Using profile: tf_aws.profile=shared-networking tf_aws.profile.source=envvar tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=awscc.aws-base timestamp="2025-09-05T10:42:40.132+0100" | |
| 2025-09-05T10:42:40.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Loading configuration: @module=awscc.aws-base tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 timestamp="2025-09-05T10:42:40.133+0100" | |
| 2025-09-05T10:42:40.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Retrieving credentials: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=awscc.aws-base tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 tf_rpc=ConfigureProvider timestamp="2025-09-05T10:42:40.133+0100" | |
| 2025-09-05T10:42:40.134+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.body="" http.request.header.amz_sdk_invocation_id=3f548eb5-a957-4909-9a41-af999a21d540 http.request.header.amz_sdk_request="attempt=1; max=3" http.url="https://portal.sso.us-east-1.amazonaws.com/federation/credentials?account_id=340248584479&role_name=TGSPowerUserAccess" rpc.service=SSO rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ConfigureProvider @module=awscc.aws-base http.method=GET http.request.header.x_amz_sso_bearer_token="aoaAAAAAGi6vXMHCRX96hqnG09pNESbRFOLIq4_Dnag8VfbJxZddW2l0RGFHUFfRsZ3C6tu-05kSISVoScmMvVJzwBkc0:MGQCMAUDFIvmBA+T4/fuvVn8WVKwCYkcsrjawAMD2y0iDOkNBxzUpI+VUkfXLeDkHOhrOAIwDN/gXUKJlFxhIiNYZ6Y5uLxAYfzWpjMQDsG6W92eqya8065R9AURQOWOATu+YxM/" tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/sso#1.29.1 m/E" net.peer.name=portal.sso.us-east-1.amazonaws.com tf_aws.signing_region="" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 aws.region=us-east-1 rpc.method=GetRoleCredentials tf_aws.sdk=aws-sdk-go-v2 timestamp="2025-09-05T10:42:40.134+0100" | |
| 2025-09-05T10:42:40.166+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Configuring Terraform AWS Provider: @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:143 @module=aws tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 timestamp="2025-09-05T10:42:40.165+0100" | |
| 2025-09-05T10:42:40.166+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Resolving credentials provider: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_mux_provider="*schema.GRPCProviderServer" @module=aws.aws-base timestamp="2025-09-05T10:42:40.166+0100" | |
| 2025-09-05T10:42:40.166+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Using profile: @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ConfigureProvider tf_aws.profile=shared-networking tf_aws.profile.source=envvar tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 timestamp="2025-09-05T10:42:40.166+0100" | |
| 2025-09-05T10:42:40.166+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Loading configuration: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider @module=aws.aws-base tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 timestamp="2025-09-05T10:42:40.166+0100" | |
| 2025-09-05T10:42:40.166+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Retrieving credentials: @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider timestamp="2025-09-05T10:42:40.166+0100" | |
| 2025-09-05T10:42:40.167+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: HTTP Request Sent: tf_rpc=ConfigureProvider http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-aws/6.12.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/sso#1.29.1 m/E" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 http.method=GET http.request.header.x_amz_sso_bearer_token="aoaAAAAAGi6vXMHCRX96hqnG09pNESbRFOLIq4_Dnag8VfbJxZddW2l0RGFHUFfRsZ3C6tu-05kSISVoScmMvVJzwBkc0:MGQCMAUDFIvmBA+T4/fuvVn8WVKwCYkcsrjawAMD2y0iDOkNBxzUpI+VUkfXLeDkHOhrOAIwDN/gXUKJlFxhIiNYZ6Y5uLxAYfzWpjMQDsG6W92eqya8065R9AURQOWOATu+YxM/" rpc.service=SSO tf_aws.sdk=aws-sdk-go-v2 tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws http.url="https://portal.sso.us-east-1.amazonaws.com/federation/credentials?account_id=340248584479&role_name=TGSPowerUserAccess" http.request.body="" http.request.header.amz_sdk_invocation_id=7cb421c0-6b86-45f5-8ab3-c9bf2ad8ca33 http.request.header.amz_sdk_request="attempt=1; max=3" rpc.method=GetRoleCredentials aws.region=us-east-1 net.peer.name=portal.sso.us-east-1.amazonaws.com rpc.system=aws-api tf_aws.signing_region="" timestamp="2025-09-05T10:42:40.167+0100" | |
| 2025-09-05T10:42:40.919+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: HTTP Response Received: http.response.header.requestid=928dec47-d627-4823-85c9-a33c17aac5f7 rpc.method=GetRoleCredentials tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider @module=aws.aws-base http.duration=746 | |
| http.response.body= | |
| | {"roleCredentials":{"accessKeyId":"ASIA************BFSX","secretAccessKey":"29m/********************************X1pg","sessionToken":"IQoJb3JpZ2luX2VjEAoaCXVzLWVhc3QtMSJIMEYCIQCfqjCi9M15Kqye1t5ZFYLOl8BKy3811g9Oy32O3CMjYQIhAO4Qq4WpH1qCngkAcbQ/PIXjyY7gz4oN3MOyBZ6wbyV/KokDCHMQABoMMzQwMjQ4NTg0NDc5IgxeyuSMSfsshTdLF40q5gLBGSeOZKlrDyZk7pTY9Ej79C95hapPKNTxplXm5d5Xq34TofpXCk1tKa3EXIYEYOE/Q0lKkCdW1MZxBdymSdpridHCBovgkUr2F8MvXl69pup9kV+B4Ji1KPioyA9jJzF1Jf1v3PylukoAMAtH7yJW7AKa7qgXVgljU8+/vumGJw3Kx+qyrGxNIMZYFeb+fgkuyHjDxxrWxO2sVzb/wYsKntqUdY1NzLZumlIMU1EC1qpouDcSnZmgr4JSoVO5qAJFwDMITXmB2UHWCcfGdh5XMdObYhOmh/uu7D6uj8/yzkPDbDuc5reGRQPxz11C3dol6hjk5fXOzpinSwGa7iM/WbBdDNo4ppv5rHtSKpkqVvgw+74iIZOVvtUtFUmGFWW+dN0wgv30JYXZ2VL2pzpKxLPgj3KA7+vcTkqZo2WXKY9eLfcoa1I54BlBIrBcKv6EEGLjy+vgzJZUrk8DW7t8dkXpLBPBMJDh6sUGOqUBEAc0BCupS1jZqeE8hYW4oCT7fcFWjHYIOzMrhLtiV20U3RpyhKj+BkThxItJsxEbZoiOb+9mxCDoF+ufBmfuwxweEnu2Kx6j9YwAdYpMXQRtco+7i0F2btjyEW/cqwGK52jyecWnMAlK4EEXsZtAKngWcmtD2s1YTMLQcDTfjT1l7X9qeFgTLK8CttafKxyxKgEuk9X5PfjN7i7VfjYyZY5DCc3b","expiration":1757094159000}} | |
| http.response.header.server="AWS SSO" rpc.system=aws-api @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 http.response.header.access_control_expose_headers=[RequestId, x-amzn-RequestId] http.response.header.x_amzn_requestid=928dec47-d627-4823-85c9-a33c17aac5f7 http.response_content_length=1056 tf_aws.sdk=aws-sdk-go-v2 tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 http.response.header.content_type=application/json http.response.header.date="Fri, 05 Sep 2025 09:42:40 GMT" http.status_code=200 rpc.service=SSO tf_aws.signing_region="" aws.region=us-east-1 http.response.header.cache_control=no-cache timestamp="2025-09-05T10:42:40.914+0100" | |
| 2025-09-05T10:42:40.919+0100 [INFO] provider.terraform-provider-aws_v6.12.0_x5: Retrieved credentials: tf_aws.credentials_source=SSOProvider tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 @module=aws.aws-base timestamp="2025-09-05T10:42:40.916+0100" | |
| 2025-09-05T10:42:40.919+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Loading configuration: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=aws.aws-base tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 timestamp="2025-09-05T10:42:40.916+0100" | |
| 2025-09-05T10:42:40.919+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Retrieving AWS account details: tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:167 @module=aws tf_mux_provider="*schema.GRPCProviderServer" timestamp="2025-09-05T10:42:40.917+0100" | |
| 2025-09-05T10:42:40.919+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Retrieving caller identity from STS: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 tf_rpc=ConfigureProvider timestamp="2025-09-05T10:42:40.917+0100" | |
| 2025-09-05T10:42:40.919+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: HTTP Request Sent: http.request.header.x_amz_date=20250905T094240Z @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 aws.region=us-east-1 rpc.method=GetCallerIdentity rpc.system=aws-api tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 http.method=POST http.request_content_length=43 http.url=https://sts.us-east-1.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-aws/6.12.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.38.2 m/r,t,u" net.peer.name=sts.us-east-1.amazonaws.com tf_rpc=ConfigureProvider http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************BFSX/20250905/us-east-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=*****" http.request.header.x_amz_security_token="*****" @module=aws.aws-base | |
| http.request.body= | |
| | Action=GetCallerIdentity&Version=2011-06-15 | |
| http.request.header.amz_sdk_request="attempt=1; max=25" rpc.service=STS tf_aws.sdk=aws-sdk-go-v2 http.request.header.amz_sdk_invocation_id=9b26c5b0-734c-48da-a12c-b217048ff20f http.request.header.content_type=application/x-www-form-urlencoded tf_aws.signing_region="" tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp="2025-09-05T10:42:40.918+0100" | |
| 2025-09-05T10:42:40.920+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: http.duration=785 rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/awscc @module=awscc.aws-base | |
| http.response.body= | |
| | {"roleCredentials":{"accessKeyId":"ASIA************ZWNF","secretAccessKey":"uaa5********************************qL2I","sessionToken":"IQoJb3JpZ2luX2VjEAoaCXVzLWVhc3QtMSJHMEUCICtbSyxF/ySRpPHxxTyFoDShcDvNJtLFmZAyWV8CIJP5AiEAlcVvJZdRh7TP8shiCULgZQ1BFLMbkurmyrli2BriIp4qiQMIcxAAGgwzNDAyNDg1ODQ0NzkiDKwxXLDDhpfatSaneCrmAk0Y0mqkiuoWNSKWoO0RGM1KuMmytw2sKLhbD/oKDaZcTGythTeRCjdHqRC1t/cBJDV0GNWJD+fnBWCzPEcH291S0fC3FCcxjLTri6FR65EoLwTt3eA3ecdrH1k34JaA/VJsIHOOJ9GBv2n/7OquXBnUCndbEPu4v0y58sZJDCw3hdVjoSuVfh73GeFPK17YY1ftQc+ee42+f7JkVN+a35nzKubvB56lHgc2Skbo6RuLUpj/YpOfaUYsbOFVmJ+jP1kGZP+9Y9zTqUWvEWJk1ewDNfgWkROCFYrorUWb4/ussLRKPryQesNyYNpOBMEKCY+wfkIjbW126pnbhBrNS4gvjQmnn9LZkR1Tyc2ur0CIBUaReVuzYy77HODb+LPzvmR57JQpywiY9nr0QTr+Ly52ztgz1Pxjo3ozgETBoGYbiciMs06WLX4HA4V9n+cpXfseJ2eYmwAjgk3MixKE5bV3QZgnvPQwkOHqxQY6pgHzq7fuQ7JmYHQRHlbH2cgnVh7VMmeD512Mg5OSFkXuEH3pNg13yWQXUfFGo+8yhxjXXQvrAJ50sYmCHBVetwuwYwzruky5SEOnzEU9jOnBRVZa9v7HY+MZ/qbj4+zZv4o6y04pTb27u/mvUfDs4r+w1meR4bh+8daFVk3JM3jI4v6B0pOQMqJnJnda5OXMvT1m9epjY9EZmVU6IxIP5Zjgcc0g0jfR","expiration":1757094159000}} | |
| http.status_code=200 tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 http.response.header.server="AWS SSO" aws.region=us-east-1 http.response.header.access_control_expose_headers=[RequestId, x-amzn-RequestId] http.response.header.cache_control=no-cache http.response.header.content_type=application/json http.response_content_length=1056 rpc.method=GetRoleCredentials rpc.service=SSO http.response.header.date="Fri, 05 Sep 2025 09:42:40 GMT" http.response.header.requestid=c9e280fa-0731-4e3c-972b-db994311d7e2 http.response.header.x_amzn_requestid=c9e280fa-0731-4e3c-972b-db994311d7e2 tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 timestamp="2025-09-05T10:42:40.919+0100" | |
| 2025-09-05T10:42:40.920+0100 [INFO] provider.terraform-provider-awscc_v1.55.0: Retrieved credentials: @module=awscc.aws-base tf_aws.credentials_source=SSOProvider tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 tf_rpc=ConfigureProvider timestamp="2025-09-05T10:42:40.920+0100" | |
| 2025-09-05T10:42:40.920+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Loading configuration: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=awscc.aws-base timestamp="2025-09-05T10:42:40.920+0100" | |
| 2025-09-05T10:42:40.921+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Retrieving caller identity from STS: @module=awscc.aws-base tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 timestamp="2025-09-05T10:42:40.920+0100" | |
| 2025-09-05T10:42:40.921+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************ZWNF/20250905/us-east-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=*****" http.request.header.content_type=application/x-www-form-urlencoded http.request.header.x_amz_security_token="*****" net.peer.name=sts.us-east-1.amazonaws.com rpc.service=STS http.request.header.x_amz_date=20250905T094240Z http.request_content_length=43 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 tf_rpc=ConfigureProvider aws.region=us-east-1 | |
| http.request.body= | |
| | Action=GetCallerIdentity&Version=2011-06-15 | |
| http.request.header.amz_sdk_invocation_id=3815d457-b964-49bf-99bb-a131b4a4089c http.request.header.amz_sdk_request="attempt=1; max=25" http.method=POST http.url=https://sts.us-east-1.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.38.2 m/r,t,u" rpc.method=GetCallerIdentity @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=awscc.aws-base timestamp="2025-09-05T10:42:40.921+0100" | |
| 2025-09-05T10:42:41.283+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: http.response_content_length=499 http.status_code=200 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 aws.region=us-east-1 http.response.header.content_type=text/xml rpc.system=aws-api @module=awscc.aws-base http.response.header.date="Fri, 05 Sep 2025 09:42:41 GMT" http.response.header.x_amz_sts_extended_request_id=MTp1cy1lYXN0LTE6MTc1NzA2NTM2MTI1NjpSOllrTUlIVzhn http.response.header.x_amzn_requestid=584e3e3d-5e7f-4f0c-8e9d-a1b94e248c8d tf_aws.signing_region="" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 http.duration=360 | |
| http.response.body= | |
| | <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| | <GetCallerIdentityResult> | |
| | <Arn>arn:aws:sts::340248584479:assumed-role/AWSReservedSSO_TGSPowerUserAccess_8c70d90627ed6d38/[email protected]</Arn> | |
| | <UserId>AROA*************573E:[email protected]</UserId> | |
| | <Account>340248584479</Account> | |
| | </GetCallerIdentityResult> | |
| | <ResponseMetadata> | |
| | <RequestId>584e3e3d-5e7f-4f0c-8e9d-a1b94e248c8d</RequestId> | |
| | </ResponseMetadata> | |
| | </GetCallerIdentityResponse> | |
| rpc.method=GetCallerIdentity rpc.service=STS tf_aws.sdk=aws-sdk-go-v2 tf_rpc=ConfigureProvider timestamp="2025-09-05T10:42:41.282+0100" | |
| 2025-09-05T10:42:41.283+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: HTTP Response Received: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 http.response.header.date="Fri, 05 Sep 2025 09:42:41 GMT" rpc.service=STS rpc.system=aws-api | |
| http.response.body= | |
| | <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| | <GetCallerIdentityResult> | |
| | <Arn>arn:aws:sts::340248584479:assumed-role/AWSReservedSSO_TGSPowerUserAccess_8c70d90627ed6d38/[email protected]</Arn> | |
| | <UserId>AROA*************573E:[email protected]</UserId> | |
| | <Account>340248584479</Account> | |
| | </GetCallerIdentityResult> | |
| | <ResponseMetadata> | |
| | <RequestId>a5e90231-aa2a-44ca-83af-dd7dc40a7475</RequestId> | |
| | </ResponseMetadata> | |
| | </GetCallerIdentityResponse> | |
| http.response.header.x_amz_sts_extended_request_id=MTp1cy1lYXN0LTE6MTc1NzA2NTM2MTI1NTpSOnVWV25aNGJi http.response.header.x_amzn_requestid=a5e90231-aa2a-44ca-83af-dd7dc40a7475 http.status_code=200 tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 tf_rpc=ConfigureProvider @module=aws.aws-base aws.region=us-east-1 http.response_content_length=499 tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" tf_mux_provider="*schema.GRPCProviderServer" http.duration=361 http.response.header.content_type=text/xml rpc.method=GetCallerIdentity tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp="2025-09-05T10:42:41.280+0100" | |
| 2025-09-05T10:42:41.283+0100 [INFO] provider.terraform-provider-aws_v6.12.0_x5: Retrieved caller identity from STS: tf_rpc=ConfigureProvider @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=44cfc053-508e-908a-a1b2-255efeb05879 timestamp="2025-09-05T10:42:41.281+0100" | |
| 2025-09-05T10:42:41.283+0100 [INFO] provider.terraform-provider-awscc_v1.55.0: Retrieved caller identity from STS: @module=awscc.aws-base tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=4ecfd265-0f09-0aa4-b57e-b772df1b0fb2 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 timestamp="2025-09-05T10:42:41.282+0100" | |
| 2025-09-05T10:42:41.284+0100 [DEBUG] Resource instance state not found for node "data.aws_caller_identity.current", instance data.aws_caller_identity.current | |
| 2025-09-05T10:42:41.284+0100 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current" references: [] | |
| 2025-09-05T10:42:41.284+0100 [DEBUG] Resource instance state not found for node "data.aws_region.current", instance data.aws_region.current | |
| 2025-09-05T10:42:41.284+0100 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
| 2025-09-05T10:42:41.284+0100 [DEBUG] Resource instance state not found for node "awscc_ec2_vpc.example", instance awscc_ec2_vpc.example | |
| 2025-09-05T10:42:41.284+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_vpc.example" references: [] | |
| 2025-09-05T10:42:41.284+0100 [DEBUG] Resource instance state not found for node "awscc_networkmanager_global_network.example", instance awscc_networkmanager_global_network.example | |
| 2025-09-05T10:42:41.284+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_global_network.example" references: [] | |
| 2025-09-05T10:42:41.285+0100 [DEBUG] refresh: awscc_ec2_vpc.example: no state, so not refreshing | |
| 2025-09-05T10:42:41.285+0100 [DEBUG] refresh: awscc_networkmanager_global_network.example: no state, so not refreshing | |
| 2025-09-05T10:42:41.285+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:41.285+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:41.295+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: HTTP Request Sent: http.request_content_length=43 rpc.method=GetCallerIdentity tf_data_source_type=aws_caller_identity http.request.header.x_amz_security_token="*****" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.method=POST | |
| http.request.body= | |
| | Action=GetCallerIdentity&Version=2011-06-15 | |
| http.request.header.amz_sdk_request="attempt=1; max=25" rpc.service=STS tf_aws.signing_region="" aws.region=us-east-1 net.peer.name=sts.us-east-1.amazonaws.com rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_mux_provider="*proto5server.Server" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=fe49d6d8-66d3-c941-7a40-8fa58bfa3ac2 tf_rpc=ReadDataSource http.request.header.x_amz_date=20250905T094241Z @module=aws http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************BFSX/20250905/us-east-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=*****" http.url=https://sts.us-east-1.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-aws/6.12.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.38.2 m/r,t,u" http.request.header.amz_sdk_invocation_id=efefabe9-f636-4a2e-b747-719b72cf6ace http.request.header.content_type=application/x-www-form-urlencoded timestamp="2025-09-05T10:42:41.295+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange @module=sdk.framework @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6b00b78d-9dce-e33a-c01e-d67976d50a1f tf_resource_type=awscc_networkmanager_global_network timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"arn\")" tf_resource_type=awscc_networkmanager_global_network tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6b00b78d-9dce-e33a-c01e-d67976d50a1f timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6b00b78d-9dce-e33a-c01e-d67976d50a1f tf_resource_type=awscc_networkmanager_global_network tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"created_at\")" @module=sdk.framework timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_networkmanager_global_network tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"global_network_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6b00b78d-9dce-e33a-c01e-d67976d50a1f timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"id\")" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6b00b78d-9dce-e33a-c01e-d67976d50a1f tf_resource_type=awscc_networkmanager_global_network tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"state\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_req_id=6b00b78d-9dce-e33a-c01e-d67976d50a1f tf_resource_type=awscc_networkmanager_global_network timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"cidr_block_associations\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"instance_tenancy\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"vpc_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"ipv_6_cidr_blocks\")" tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.384+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_4_netmask_length\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.385+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"ipv_4_ipam_pool_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 tf_resource_type=awscc_ec2_vpc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.385+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"enable_dns_support\")" timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.385+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"default_network_acl\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.385+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_vpc tf_attribute_path="AttributeName(\"default_security_group\")" tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.385+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_req_id=d839013d-b830-875c-0672-f8472934e8f4 tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"enable_dns_hostnames\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.383+0100" | |
| 2025-09-05T10:42:41.385+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: HTTP Response Received: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=fe49d6d8-66d3-c941-7a40-8fa58bfa3ac2 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.response_content_length=499 rpc.system=aws-api tf_aws.signing_region="" http.duration=84 http.response.header.content_type=text/xml http.status_code=200 rpc.method=GetCallerIdentity tf_rpc=ReadDataSource @module=aws aws.region=us-east-1 | |
| http.response.body= | |
| | <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| | <GetCallerIdentityResult> | |
| | <Arn>arn:aws:sts::340248584479:assumed-role/AWSReservedSSO_TGSPowerUserAccess_8c70d90627ed6d38/[email protected]</Arn> | |
| | <UserId>AROA*************573E:[email protected]</UserId> | |
| | <Account>340248584479</Account> | |
| | </GetCallerIdentityResult> | |
| | <ResponseMetadata> | |
| | <RequestId>ce358f30-9120-4720-a819-2a973c0e55d2</RequestId> | |
| | </ResponseMetadata> | |
| | </GetCallerIdentityResponse> | |
| http.response.header.x_amz_sts_extended_request_id=MTp1cy1lYXN0LTE6MTc1NzA2NTM2MTM2NzpSOjgyODY4UktX http.response.header.x_amzn_requestid=ce358f30-9120-4720-a819-2a973c0e55d2 rpc.service=STS tf_aws.sdk=aws-sdk-go-v2 http.response.header.date="Fri, 05 Sep 2025 09:42:41 GMT" tf_data_source_type=aws_caller_identity tf_mux_provider="*proto5server.Server" timestamp="2025-09-05T10:42:41.380+0100" | |
| 2025-09-05T10:42:41.386+0100 [DEBUG] Resource instance state not found for node "awscc_networkmanager_core_network.example", instance awscc_networkmanager_core_network.example | |
| 2025-09-05T10:42:41.386+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_core_network.example" references: [] | |
| 2025-09-05T10:42:41.386+0100 [DEBUG] Resource instance state not found for node "awscc_ec2_subnet.example_subnet2", instance awscc_ec2_subnet.example_subnet2 | |
| 2025-09-05T10:42:41.386+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet2" references: [] | |
| 2025-09-05T10:42:41.386+0100 [DEBUG] Resource instance state not found for node "awscc_ec2_subnet.example_subnet1", instance awscc_ec2_subnet.example_subnet1 | |
| 2025-09-05T10:42:41.386+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet1" references: [] | |
| 2025-09-05T10:42:41.386+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2025-09-05T10:42:41.389+0100 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 id=21659 | |
| 2025-09-05T10:42:41.389+0100 [DEBUG] provider: plugin exited | |
| 2025-09-05T10:42:41.389+0100 [DEBUG] refresh: awscc_networkmanager_core_network.example: no state, so not refreshing | |
| 2025-09-05T10:42:41.389+0100 [DEBUG] refresh: awscc_ec2_subnet.example_subnet2: no state, so not refreshing | |
| 2025-09-05T10:42:41.389+0100 [DEBUG] refresh: awscc_ec2_subnet.example_subnet1: no state, so not refreshing | |
| 2025-09-05T10:42:41.390+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:41.390+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:41.390+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:41.391+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 @module=sdk.framework tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.391+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 @module=sdk.framework tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.391+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"enable_dns_64\")" timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.391+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"assign_ipv_6_address_on_creation\")" tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.391+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_4_netmask_length\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.391+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_4_netmask_length\")" tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.391+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_native\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.391+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_cidr_blocks\")" tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"block_public_access_states\")" tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet tf_attribute_path="AttributeName(\"map_public_ip_on_launch\")" timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"enable_dns_64\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_4_ipam_pool_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"assign_ipv_6_address_on_creation\")" tf_resource_type=awscc_ec2_subnet tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"outpost_arn\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"network_acl_association_id\")" tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"subnet_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.391+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"enable_lni_at_device_index\")" @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"network_acl_association_id\")" tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"private_dns_name_options_on_launch\")" tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"ipv_4_ipam_pool_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_cidr_block\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"ipv_6_netmask_length\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"availability_zone_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=93be6ee0-0c61-646c-3baf-fc8c99361b9f tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_ipam_pool_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=93be6ee0-0c61-646c-3baf-fc8c99361b9f tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"segments\")" timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"block_public_access_states\")" tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"owner_account\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=93be6ee0-0c61-646c-3baf-fc8c99361b9f @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_ipam_pool_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"core_network_arn\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=93be6ee0-0c61-646c-3baf-fc8c99361b9f tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_netmask_length\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"created_at\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc @module=sdk.framework tf_req_id=93be6ee0-0c61-646c-3baf-fc8c99361b9f tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc @module=sdk.framework tf_attribute_path="AttributeName(\"outpost_arn\")" tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"subnet_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"map_public_ip_on_launch\")" tf_req_id=c60cff2b-6f73-3e7b-c7cd-9a385c67b821 tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"ipv_6_cidr_blocks\")" tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"enable_lni_at_device_index\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=93be6ee0-0c61-646c-3baf-fc8c99361b9f @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_req_id=93be6ee0-0c61-646c-3baf-fc8c99361b9f tf_resource_type=awscc_networkmanager_core_network @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"network_function_groups\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_attribute_path="AttributeName(\"ipv_6_native\")" tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_networkmanager_core_network @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"core_network_id\")" tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=93be6ee0-0c61-646c-3baf-fc8c99361b9f timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"state\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_networkmanager_core_network @module=sdk.framework tf_req_id=93be6ee0-0c61-646c-3baf-fc8c99361b9f tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"availability_zone_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"edges\")" tf_req_id=93be6ee0-0c61-646c-3baf-fc8c99361b9f @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"private_dns_name_options_on_launch\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_cidr_block\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3a2c5a06-e5dd-a774-94ef-b2ed258e8a2d tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.392+0100" | |
| 2025-09-05T10:42:41.394+0100 [DEBUG] Resource instance state not found for node "awscc_networkmanager_vpc_attachment.example", instance awscc_networkmanager_vpc_attachment.example | |
| 2025-09-05T10:42:41.395+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_vpc_attachment.example" references: [] | |
| 2025-09-05T10:42:41.395+0100 [DEBUG] refresh: awscc_networkmanager_vpc_attachment.example: no state, so not refreshing | |
| 2025-09-05T10:42:41.395+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @module=sdk.framework tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"attachment_type\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_resource_type=awscc_networkmanager_vpc_attachment timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"edge_location\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"network_function_group_name\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"resource_arn\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"core_network_arn\")" tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_resource_type=awscc_networkmanager_vpc_attachment timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_networkmanager_vpc_attachment @module=sdk.framework tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"proposed_segment_change\").AttributeName(\"tags\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"proposed_segment_change\").AttributeName(\"attachment_policy_rule_number\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc @module=sdk.framework tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_resource_type=awscc_networkmanager_vpc_attachment @module=sdk.framework tf_attribute_path="AttributeName(\"state\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"created_at\")" tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"segment_name\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"owner_account_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"attachment_policy_rule_number\")" @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"updated_at\")" tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"attachment_id\")" timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.397+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_req_id=2c1d3300-0d92-34de-320d-94190666f5a1 tf_resource_type=awscc_networkmanager_vpc_attachment tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"proposed_network_function_group_change\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.397+0100" | |
| 2025-09-05T10:42:41.400+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2025-09-05T10:42:41.401+0100 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 id=21660 | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] provider: plugin exited | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] building apply graph to check for errors | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] Resource state not found for node "awscc_ec2_subnet.example_subnet1", instance awscc_ec2_subnet.example_subnet1 | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] Resource state not found for node "awscc_networkmanager_vpc_attachment.example", instance awscc_networkmanager_vpc_attachment.example | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] Resource state not found for node "awscc_ec2_vpc.example", instance awscc_ec2_vpc.example | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] Resource state not found for node "awscc_networkmanager_core_network.example", instance awscc_networkmanager_core_network.example | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] Resource state not found for node "awscc_networkmanager_global_network.example", instance awscc_networkmanager_global_network.example | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] Resource state not found for node "awscc_ec2_subnet.example_subnet2", instance awscc_ec2_subnet.example_subnet2 | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet2 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "awscc_ec2_vpc.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_vpc_attachment.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "data.aws_region.current (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_global_network.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_vpc_attachment.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_core_network.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_global_network.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "awscc_ec2_vpc.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.402+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_core_network.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet2" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet1 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet1" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet2 (expand)" references: [data.aws_region.current (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example awscc_ec2_vpc.example (expand)] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_vpc.example" references: [] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_core_network.example" references: [data.aws_region.current (expand) awscc_networkmanager_global_network.example (expand) awscc_networkmanager_global_network.example awscc_networkmanager_global_network.example] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_global_network.example (expand)" references: [] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_vpc_attachment.example (expand)" references: [data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example awscc_ec2_vpc.example (expand) awscc_networkmanager_core_network.example awscc_networkmanager_core_network.example awscc_networkmanager_core_network.example (expand) data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_subnet.example_subnet1 (expand) awscc_ec2_subnet.example_subnet1 awscc_ec2_subnet.example_subnet1 data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_subnet.example_subnet2 (expand) awscc_ec2_subnet.example_subnet2 awscc_ec2_subnet.example_subnet2] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current (expand)" references: [] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "data.aws_region.current (expand)" references: [] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_global_network.example" references: [] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/awscc\"]" references: [] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_vpc.example (expand)" references: [] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_core_network.example (expand)" references: [data.aws_region.current (expand) awscc_networkmanager_global_network.example (expand) awscc_networkmanager_global_network.example awscc_networkmanager_global_network.example] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet2" references: [data.aws_region.current (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example awscc_ec2_vpc.example (expand)] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet1 (expand)" references: [data.aws_region.current (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example awscc_ec2_vpc.example (expand)] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "local.terraform_tag (expand)" references: [] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet1" references: [data.aws_region.current (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example awscc_ec2_vpc.example (expand)] | |
| 2025-09-05T10:42:41.403+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_vpc_attachment.example" references: [awscc_networkmanager_core_network.example awscc_networkmanager_core_network.example awscc_networkmanager_core_network.example (expand) data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_subnet.example_subnet1 (expand) awscc_ec2_subnet.example_subnet1 awscc_ec2_subnet.example_subnet1 data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_subnet.example_subnet2 (expand) awscc_ec2_subnet.example_subnet2 awscc_ec2_subnet.example_subnet2 data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example awscc_ec2_vpc.example (expand)] | |
| 2025-09-05T10:42:41.490+0100 [INFO] backend/local: apply calling Apply | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] Building and walking apply graph for NormalMode plan | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] Resource state not found for node "awscc_networkmanager_global_network.example", instance awscc_networkmanager_global_network.example | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] Resource state not found for node "awscc_ec2_vpc.example", instance awscc_ec2_vpc.example | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] Resource state not found for node "awscc_ec2_subnet.example_subnet1", instance awscc_ec2_subnet.example_subnet1 | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] Resource state not found for node "awscc_networkmanager_vpc_attachment.example", instance awscc_networkmanager_vpc_attachment.example | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] Resource state not found for node "awscc_ec2_subnet.example_subnet2", instance awscc_ec2_subnet.example_subnet2 | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] Resource state not found for node "awscc_networkmanager_core_network.example", instance awscc_networkmanager_core_network.example | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_ec2_vpc.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_global_network.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "data.aws_region.current (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_vpc_attachment.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet2 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_ec2_vpc.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_vpc_attachment.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet1 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet2" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_core_network.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_core_network.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_networkmanager_global_network.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ProviderTransformer: "awscc_ec2_subnet.example_subnet1" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/awscc"] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_vpc.example (expand)" references: [] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet1 (expand)" references: [data.aws_region.current (expand) awscc_ec2_vpc.example (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_global_network.example (expand)" references: [] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ReferenceTransformer: "data.aws_region.current (expand)" references: [] | |
| 2025-09-05T10:42:41.490+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet2" references: [data.aws_region.current (expand) awscc_ec2_vpc.example (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_core_network.example" references: [awscc_networkmanager_global_network.example (expand) awscc_networkmanager_global_network.example awscc_networkmanager_global_network.example data.aws_region.current (expand)] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_vpc_attachment.example (expand)" references: [awscc_networkmanager_core_network.example awscc_networkmanager_core_network.example awscc_networkmanager_core_network.example (expand) data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_subnet.example_subnet1 (expand) awscc_ec2_subnet.example_subnet1 awscc_ec2_subnet.example_subnet1 data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_subnet.example_subnet2 awscc_ec2_subnet.example_subnet2 awscc_ec2_subnet.example_subnet2 (expand) data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_vpc.example (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet2 (expand)" references: [data.aws_region.current (expand) awscc_ec2_vpc.example (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/awscc\"]" references: [] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current (expand)" references: [] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "local.terraform_tag (expand)" references: [] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_core_network.example (expand)" references: [awscc_networkmanager_global_network.example (expand) awscc_networkmanager_global_network.example awscc_networkmanager_global_network.example data.aws_region.current (expand)] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_global_network.example" references: [] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_vpc.example" references: [] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "awscc_ec2_subnet.example_subnet1" references: [awscc_ec2_vpc.example (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example data.aws_region.current (expand)] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] ReferenceTransformer: "awscc_networkmanager_vpc_attachment.example" references: [data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_subnet.example_subnet1 (expand) awscc_ec2_subnet.example_subnet1 awscc_ec2_subnet.example_subnet1 data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_subnet.example_subnet2 awscc_ec2_subnet.example_subnet2 awscc_ec2_subnet.example_subnet2 (expand) data.aws_region.current (expand) data.aws_caller_identity.current (expand) awscc_ec2_vpc.example (expand) awscc_ec2_vpc.example awscc_ec2_vpc.example awscc_networkmanager_core_network.example awscc_networkmanager_core_network.example awscc_networkmanager_core_network.example (expand)] | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] Starting graph walk: walkApply | |
| 2025-09-05T10:42:41.491+0100 [DEBUG] created provider logger: level=debug | |
| 2025-09-05T10:42:41.491+0100 [INFO] provider: configuring client automatic mTLS | |
| 2025-09-05T10:42:41.494+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 args=[".terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0"] | |
| 2025-09-05T10:42:41.497+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 pid=21665 | |
| 2025-09-05T10:42:41.497+0100 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 | |
| 2025-09-05T10:42:41.509+0100 [INFO] provider.terraform-provider-awscc_v1.55.0: configuring server automatic mTLS: timestamp="2025-09-05T10:42:41.508+0100" | |
| 2025-09-05T10:42:41.514+0100 [DEBUG] provider: using plugin: version=6 | |
| 2025-09-05T10:42:41.514+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: plugin address: address=/var/folders/gr/_ntqhj6157v4t79rwnd9jhcc0000gp/T/plugin3636680274 network=unix timestamp="2025-09-05T10:42:41.514+0100" | |
| 2025-09-05T10:42:41.520+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:41.520+0100 [DEBUG] created provider logger: level=debug | |
| 2025-09-05T10:42:41.520+0100 [INFO] provider: configuring client automatic mTLS | |
| 2025-09-05T10:42:41.522+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5"] | |
| 2025-09-05T10:42:41.544+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 pid=21666 | |
| 2025-09-05T10:42:41.544+0100 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 | |
| 2025-09-05T10:42:41.646+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Starting github.com/hashicorp/[email protected] (go1.24.6)... | |
| 2025-09-05T10:42:41.646+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Creating Terraform AWS Provider (SDKv2-style)... | |
| 2025-09-05T10:42:41.664+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Initializing Terraform AWS Provider (SDKv2-style)... | |
| 2025-09-05T10:42:41.677+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Creating Terraform AWS Provider (Framework-style)... | |
| 2025-09-05T10:42:41.684+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Initializing Terraform AWS Provider (Framework-style)... | |
| 2025-09-05T10:42:41.685+0100 [INFO] provider.terraform-provider-aws_v6.12.0_x5: configuring server automatic mTLS: timestamp="2025-09-05T10:42:41.685+0100" | |
| 2025-09-05T10:42:41.691+0100 [DEBUG] provider: using plugin: version=5 | |
| 2025-09-05T10:42:41.691+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: plugin address: address=/var/folders/gr/_ntqhj6157v4t79rwnd9jhcc0000gp/T/plugin2058634383 network=unix timestamp="2025-09-05T10:42:41.691+0100" | |
| 2025-09-05T10:42:41.696+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Resolving credentials provider: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=awscc.aws-base tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=313b144e-5814-9b11-ea87-347868518eec timestamp="2025-09-05T10:42:41.696+0100" | |
| 2025-09-05T10:42:41.696+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Using profile: @module=awscc.aws-base tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=313b144e-5814-9b11-ea87-347868518eec tf_aws.profile=shared-networking tf_aws.profile.source=envvar tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 timestamp="2025-09-05T10:42:41.696+0100" | |
| 2025-09-05T10:42:41.696+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Loading configuration: tf_req_id=313b144e-5814-9b11-ea87-347868518eec tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=awscc.aws-base tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:41.696+0100" | |
| 2025-09-05T10:42:41.697+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Retrieving credentials: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=313b144e-5814-9b11-ea87-347868518eec tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=awscc.aws-base timestamp="2025-09-05T10:42:41.697+0100" | |
| 2025-09-05T10:42:41.697+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ConfigureProvider http.request.header.amz_sdk_request="attempt=1; max=3" net.peer.name=portal.sso.us-east-1.amazonaws.com tf_aws.signing_region="" @module=awscc.aws-base aws.region=us-east-1 http.request.header.amz_sdk_invocation_id=2df03423-95cf-422f-b270-91c6d5414b1c tf_aws.sdk=aws-sdk-go-v2 tf_req_id=313b144e-5814-9b11-ea87-347868518eec @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 http.method=GET http.request.body="" http.url="https://portal.sso.us-east-1.amazonaws.com/federation/credentials?account_id=340248584479&role_name=TGSPowerUserAccess" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/sso#1.29.1 m/E" rpc.method=GetRoleCredentials http.request.header.x_amz_sso_bearer_token="aoaAAAAAGi6vXMHCRX96hqnG09pNESbRFOLIq4_Dnag8VfbJxZddW2l0RGFHUFfRsZ3C6tu-05kSISVoScmMvVJzwBkc0:MGQCMAUDFIvmBA+T4/fuvVn8WVKwCYkcsrjawAMD2y0iDOkNBxzUpI+VUkfXLeDkHOhrOAIwDN/gXUKJlFxhIiNYZ6Y5uLxAYfzWpjMQDsG6W92eqya8065R9AURQOWOATu+YxM/" rpc.service=SSO rpc.system=aws-api timestamp="2025-09-05T10:42:41.697+0100" | |
| 2025-09-05T10:42:41.757+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Configuring Terraform AWS Provider: @module=aws tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:143 tf_req_id=78038c46-2358-dd45-b707-771d905bb70d tf_rpc=ConfigureProvider timestamp="2025-09-05T10:42:41.757+0100" | |
| 2025-09-05T10:42:41.757+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Resolving credentials provider: tf_rpc=ConfigureProvider tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=78038c46-2358-dd45-b707-771d905bb70d @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" timestamp="2025-09-05T10:42:41.757+0100" | |
| 2025-09-05T10:42:41.757+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Using profile: tf_aws.profile=shared-networking tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_aws.profile.source=envvar tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=78038c46-2358-dd45-b707-771d905bb70d @module=aws.aws-base timestamp="2025-09-05T10:42:41.757+0100" | |
| 2025-09-05T10:42:41.757+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Loading configuration: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=78038c46-2358-dd45-b707-771d905bb70d tf_rpc=ConfigureProvider tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp="2025-09-05T10:42:41.757+0100" | |
| 2025-09-05T10:42:41.757+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Retrieving credentials: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=aws.aws-base tf_req_id=78038c46-2358-dd45-b707-771d905bb70d timestamp="2025-09-05T10:42:41.757+0100" | |
| 2025-09-05T10:42:41.758+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: HTTP Request Sent: tf_aws.sdk=aws-sdk-go-v2 aws.region=us-east-1 http.method=GET rpc.method=GetRoleCredentials rpc.system=aws-api tf_aws.signing_region="" tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 http.request.header.amz_sdk_request="attempt=1; max=3" http.request.header.x_amz_sso_bearer_token="aoaAAAAAGi6vXMHCRX96hqnG09pNESbRFOLIq4_Dnag8VfbJxZddW2l0RGFHUFfRsZ3C6tu-05kSISVoScmMvVJzwBkc0:MGQCMAUDFIvmBA+T4/fuvVn8WVKwCYkcsrjawAMD2y0iDOkNBxzUpI+VUkfXLeDkHOhrOAIwDN/gXUKJlFxhIiNYZ6Y5uLxAYfzWpjMQDsG6W92eqya8065R9AURQOWOATu+YxM/" http.url="https://portal.sso.us-east-1.amazonaws.com/federation/credentials?account_id=340248584479&role_name=TGSPowerUserAccess" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-aws/6.12.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/sso#1.29.1 m/E" tf_rpc=ConfigureProvider @module=aws.aws-base http.request.body="" http.request.header.amz_sdk_invocation_id=b72da513-6a59-4ae9-a5fb-108b14e79309 net.peer.name=portal.sso.us-east-1.amazonaws.com rpc.service=SSO tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=78038c46-2358-dd45-b707-771d905bb70d timestamp="2025-09-05T10:42:41.758+0100" | |
| 2025-09-05T10:42:42.450+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: | |
| http.response.body= | |
| | {"roleCredentials":{"accessKeyId":"ASIA************CL63","secretAccessKey":"sMeu********************************RxmV","sessionToken":"IQoJb3JpZ2luX2VjEAoaCXVzLWVhc3QtMSJGMEQCID/AsovASATdt5RokIrUeMTolOKZlZeSdFpInHOrvgWqAiARuqZHM8EZiF0ib83mH6Rry6mIHgs4iWJlrdoF0YupoCqJAwhzEAAaDDM0MDI0ODU4NDQ3OSIMTen4Wp19kkHm9r2mKuYCUjaYHk6kL8pQPvJhCOxYRjMbd4ZZDTljezyCabWSPs1zLvaYTWhgThddmt3LoCkT9yl9HAUWCteHIIM1PwkYvV8OsHKflNLFVmPP4LUDWwQfRJYFM9wazZs56UPDaN4PjJlMqSduxf2jDIoZ86SG7OCONajXs4W9LAmpZu1cbHr/p2aKT6ZBarhFU69LhukoTTZOqdcFSzKyx/guwvPdYoD9u5ZqqqrzqFXNZcoVL1vdTwvMPHRPDNe4bW15I4TxcfZW+tyqmNwz9Kgi9W3YVOInOM7ZyWLneOjGs36GeQeTqQQ8fk+P3n/3ThrUBApGQ40UNSrMonfGgQ+2xoJHbyxCVT6lNnnylIbiyC/7XbN0g9Uws+jBD50pLGsz5UX5zmz0sfx9/cSNmBqFd0x/K/oyvgRg8OZpxAeKKAGMCIyi7Q8ATN6nkUHjAxVQegv1Fmobui7W40+n/XQWYNXlScN4EeWw9TCS4erFBjqnARnMypro0a5gj7lJ/PIiS05W39fkjJxOB4D4Kn+iMwyQqa99m54vVLcxfcDpyaBDpKVVnn8vAJ+AyME+t6UoIyVa5KKGLGq59NaOjs+QU60W5AJv6SzTiOcvUlUVrijixi6lfljyHsZPmvIAxL1t0QG17Y0TneD/PHCAfJXHshvG51QWA99JMehE40ghQIq/4Ry8K+T+bI0L0JsidRMQihrYxpLknt4I","expiration":1757094161000}} | |
| http.response.header.cache_control=no-cache http.response.header.date="Fri, 05 Sep 2025 09:42:42 GMT" http.response.header.server="AWS SSO" http.response_content_length=1056 rpc.method=GetRoleCredentials rpc.service=SSO aws.region=us-east-1 http.response.header.access_control_expose_headers=[RequestId, x-amzn-RequestId] http.response.header.x_amzn_requestid=3a0ee544-1cf4-4909-9efb-4307292e6f36 tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=313b144e-5814-9b11-ea87-347868518eec tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=awscc.aws-base http.duration=752 http.response.header.content_type=application/json http.status_code=200 rpc.system=aws-api tf_aws.signing_region="" http.response.header.requestid=3a0ee544-1cf4-4909-9efb-4307292e6f36 timestamp="2025-09-05T10:42:42.450+0100" | |
| 2025-09-05T10:42:42.450+0100 [INFO] provider.terraform-provider-awscc_v1.55.0: Retrieved credentials: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 @module=awscc.aws-base tf_aws.credentials_source=SSOProvider tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=313b144e-5814-9b11-ea87-347868518eec timestamp="2025-09-05T10:42:42.450+0100" | |
| 2025-09-05T10:42:42.451+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Loading configuration: @module=awscc.aws-base tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=313b144e-5814-9b11-ea87-347868518eec tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 timestamp="2025-09-05T10:42:42.450+0100" | |
| 2025-09-05T10:42:42.451+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: HTTP Response Received: tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" http.response.header.requestid=dbe96c56-7cd3-4264-a8fe-9b173fdb8343 http.status_code=200 rpc.method=GetRoleCredentials http.response.header.content_type=application/json http.response.header.date="Fri, 05 Sep 2025 09:42:42 GMT" rpc.service=SSO rpc.system=aws-api tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=78038c46-2358-dd45-b707-771d905bb70d @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=aws.aws-base http.duration=692 http.response.header.access_control_expose_headers=[RequestId, x-amzn-RequestId] http.response.header.server="AWS SSO" http.response.header.x_amzn_requestid=dbe96c56-7cd3-4264-a8fe-9b173fdb8343 tf_rpc=ConfigureProvider aws.region=us-east-1 | |
| http.response.body= | |
| | {"roleCredentials":{"accessKeyId":"ASIA************IDOY","secretAccessKey":"/NT/********************************CxkG","sessionToken":"IQoJb3JpZ2luX2VjEAoaCXVzLWVhc3QtMSJHMEUCIQCM71u5KoO0VEfIc8IYG8jfHus2LvMvMsrL8HHRprqajQIgQgHPiWnGj2bPmqI775do9uzi4dgHzmUiZaSZxbPapf8qiQMIcxAAGgwzNDAyNDg1ODQ0NzkiDBJITOCu7zjc1vNLsCrmAikcz2wzhz8Ttom1VMD1ZA7rdTywoh4Q1YbUUeTsep//NWDEJF8joLvax26SrUziM1tcjResLSTxI0eZHNNyHYvnZrLiPVqYPcEmeVqpavKME1pRRWV30wAQGe47GTf9MKuNRMyTwx3t9e8nMUaNPaWJY8E/8+WnWsedHgQ4mUT//J1JYTIjk2UeA6dFYFxPeA4tbabMsIe0uSSHZqPTXk8gk3hdO4JYHLMNyY3V/OcAiVgRzpYEnUzS/sj+kYd8eiFs4ct24115ho96dJJFXHOZz+f2l+Z5VYULRwbnE8YZsvdxv4NVNVVDpurhcZwwRwULH0SBvgk5qkKdt9K1rzPP4O/caOFttopzz7WK3Agi7PrquDPdEfZQQD6ReOdF1sUGUqlc8eAvDMWc/iGWi8HviUg9Dshm9NPT6io82r477z53lPh33olT7FqWulyVVQSLRo8om43a8kSo4I1ppjGC5r1D7NUwkuHqxQY6pgH5uW7GRfhNDM1jqvTh0PqHpuRGnLNpv1gpBcRy6ElKk+DOEC/jLEfzB/UNDOBtDetV8xcHeEIO5t4vNxaBlA+80zo0wl5lalorHsaniAyFEzzRQyOxfqaFYLmKrggFh51IgGVDdUXBQc4GzUW+7Fp08tgVdSJNbJE/cRbE5RDmOJOCI/MSaH0Q0WKkStlCjdB2OlJxhj8RIkowzjpjnDL9U4wf7+cz","expiration":1757094161000}} | |
| http.response.header.cache_control=no-cache http.response_content_length=1056 timestamp="2025-09-05T10:42:42.450+0100" | |
| 2025-09-05T10:42:42.451+0100 [INFO] provider.terraform-provider-aws_v6.12.0_x5: Retrieved credentials: tf_aws.credentials_source=SSOProvider tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=78038c46-2358-dd45-b707-771d905bb70d @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 @module=aws.aws-base timestamp="2025-09-05T10:42:42.450+0100" | |
| 2025-09-05T10:42:42.451+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Loading configuration: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=78038c46-2358-dd45-b707-771d905bb70d @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ConfigureProvider @module=aws.aws-base timestamp="2025-09-05T10:42:42.451+0100" | |
| 2025-09-05T10:42:42.451+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Retrieving AWS account details: @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:167 @module=aws tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ConfigureProvider tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=78038c46-2358-dd45-b707-771d905bb70d timestamp="2025-09-05T10:42:42.451+0100" | |
| 2025-09-05T10:42:42.451+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: Retrieving caller identity from STS: tf_req_id=78038c46-2358-dd45-b707-771d905bb70d tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_provider_addr=registry.terraform.io/hashicorp/aws @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" timestamp="2025-09-05T10:42:42.451+0100" | |
| 2025-09-05T10:42:42.452+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Retrieving caller identity from STS: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=313b144e-5814-9b11-ea87-347868518eec tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=awscc.aws-base timestamp="2025-09-05T10:42:42.452+0100" | |
| 2025-09-05T10:42:42.452+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: HTTP Request Sent: @module=aws.aws-base | |
| http.request.body= | |
| | Action=GetCallerIdentity&Version=2011-06-15 | |
| rpc.method=GetCallerIdentity tf_rpc=ConfigureProvider http.request.header.x_amz_security_token="*****" http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************IDOY/20250905/us-east-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=*****" http.request.header.content_type=application/x-www-form-urlencoded http.request_content_length=43 net.peer.name=sts.us-east-1.amazonaws.com rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 http.request.header.x_amz_date=20250905T094242Z http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-aws/6.12.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.38.2 m/r,t,u" tf_aws.signing_region="" tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=78038c46-2358-dd45-b707-771d905bb70d aws.region=us-east-1 http.method=POST http.request.header.amz_sdk_invocation_id=e130b479-c8f7-4239-b3ef-1d08e60253d6 http.url=https://sts.us-east-1.amazonaws.com/ rpc.service=STS timestamp="2025-09-05T10:42:42.452+0100" | |
| 2025-09-05T10:42:42.453+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.header.amz_sdk_invocation_id=2615f68c-d9f2-400a-9b11-0a8b69aa184e http.request.header.amz_sdk_request="attempt=1; max=25" rpc.method=GetCallerIdentity rpc.service=STS @module=awscc.aws-base | |
| http.request.body= | |
| | Action=GetCallerIdentity&Version=2011-06-15 | |
| http.request.header.content_type=application/x-www-form-urlencoded http.request.header.x_amz_security_token="*****" http.request_content_length=43 http.url=https://sts.us-east-1.amazonaws.com/ net.peer.name=sts.us-east-1.amazonaws.com tf_aws.signing_region="" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=*****" http.request.header.x_amz_date=20250905T094242Z http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.38.2 m/r,t,u" rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/awscc aws.region=us-east-1 http.method=POST tf_req_id=313b144e-5814-9b11-ea87-347868518eec tf_rpc=ConfigureProvider timestamp="2025-09-05T10:42:42.453+0100" | |
| 2025-09-05T10:42:42.808+0100 [DEBUG] provider.terraform-provider-aws_v6.12.0_x5: HTTP Response Received: http.duration=354 tf_aws.signing_region="" tf_provider_addr=registry.terraform.io/hashicorp/aws | |
| http.response.body= | |
| | <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| | <GetCallerIdentityResult> | |
| | <Arn>arn:aws:sts::340248584479:assumed-role/AWSReservedSSO_TGSPowerUserAccess_8c70d90627ed6d38/[email protected]</Arn> | |
| | <UserId>AROA*************573E:[email protected]</UserId> | |
| | <Account>340248584479</Account> | |
| | </GetCallerIdentityResult> | |
| | <ResponseMetadata> | |
| | <RequestId>8e900b1d-500e-40ac-a4bd-120c1640e3b6</RequestId> | |
| | </ResponseMetadata> | |
| | </GetCallerIdentityResponse> | |
| http.response.header.content_type=text/xml http.response.header.date="Fri, 05 Sep 2025 09:42:42 GMT" http.response.header.x_amzn_requestid=8e900b1d-500e-40ac-a4bd-120c1640e3b6 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ConfigureProvider http.response_content_length=499 rpc.method=GetCallerIdentity rpc.service=STS rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 http.status_code=200 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=aws.aws-base http.response.header.x_amz_sts_extended_request_id=MTp1cy1lYXN0LTE6MTc1NzA2NTM2Mjc4NDpSOlJYZndLREZh tf_req_id=78038c46-2358-dd45-b707-771d905bb70d aws.region=us-east-1 timestamp="2025-09-05T10:42:42.807+0100" | |
| 2025-09-05T10:42:42.808+0100 [INFO] provider.terraform-provider-aws_v6.12.0_x5: Retrieved caller identity from STS: @module=aws.aws-base tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=78038c46-2358-dd45-b707-771d905bb70d tf_rpc=ConfigureProvider timestamp="2025-09-05T10:42:42.807+0100" | |
| 2025-09-05T10:42:42.813+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2025-09-05T10:42:42.823+0100 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/6.12.0/darwin_arm64/terraform-provider-aws_v6.12.0_x5 id=21666 | |
| 2025-09-05T10:42:42.823+0100 [DEBUG] provider: plugin exited | |
| 2025-09-05T10:42:42.850+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: | |
| http.response.body= | |
| | <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| | <GetCallerIdentityResult> | |
| | <Arn>arn:aws:sts::340248584479:assumed-role/AWSReservedSSO_TGSPowerUserAccess_8c70d90627ed6d38/[email protected]</Arn> | |
| | <UserId>AROA*************573E:[email protected]</UserId> | |
| | <Account>340248584479</Account> | |
| | </GetCallerIdentityResult> | |
| | <ResponseMetadata> | |
| | <RequestId>b7258702-78b2-4c95-93a6-204faa9c5fec</RequestId> | |
| | </ResponseMetadata> | |
| | </GetCallerIdentityResponse> | |
| http.response.header.x_amz_sts_extended_request_id=MTp1cy1lYXN0LTE6MTc1NzA2NTM2MjgxODpSOmJ6RUtQSEtk tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=313b144e-5814-9b11-ea87-347868518eec @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=awscc.aws-base aws.region=us-east-1 http.response.header.content_type=text/xml rpc.method=GetCallerIdentity rpc.service=STS rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 http.duration=397 http.response.header.date="Fri, 05 Sep 2025 09:42:42 GMT" http.response.header.x_amzn_requestid=b7258702-78b2-4c95-93a6-204faa9c5fec http.response_content_length=499 tf_aws.signing_region="" tf_rpc=ConfigureProvider http.status_code=200 timestamp="2025-09-05T10:42:42.850+0100" | |
| 2025-09-05T10:42:42.851+0100 [INFO] provider.terraform-provider-awscc_v1.55.0: Retrieved caller identity from STS: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 @module=awscc.aws-base tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=313b144e-5814-9b11-ea87-347868518eec timestamp="2025-09-05T10:42:42.850+0100" | |
| 2025-09-05T10:42:42.852+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:42.852+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:42.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=f6243157-afd7-907c-9be4-7e3eb497d8e3 tf_resource_type=awscc_networkmanager_global_network @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 timestamp="2025-09-05T10:42:42.948+0100" | |
| 2025-09-05T10:42:42.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"created_at\")" @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=f6243157-afd7-907c-9be4-7e3eb497d8e3 tf_resource_type=awscc_networkmanager_global_network tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:42.948+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"global_network_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=f6243157-afd7-907c-9be4-7e3eb497d8e3 tf_resource_type=awscc_networkmanager_global_network tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:42.948+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_networkmanager_global_network tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"id\")" tf_req_id=f6243157-afd7-907c-9be4-7e3eb497d8e3 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:42.948+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=f6243157-afd7-907c-9be4-7e3eb497d8e3 tf_resource_type=awscc_networkmanager_global_network tf_attribute_path="AttributeName(\"state\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:42.948+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_resource_type=awscc_networkmanager_global_network tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"arn\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=f6243157-afd7-907c-9be4-7e3eb497d8e3 timestamp="2025-09-05T10:42:42.948+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_resource_type=awscc_ec2_vpc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"instance_tenancy\")" timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"vpc_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 tf_resource_type=awscc_ec2_vpc timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 tf_resource_type=awscc_ec2_vpc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_4_ipam_pool_id\")" timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 @module=sdk.framework tf_attribute_path="AttributeName(\"enable_dns_hostnames\")" tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"default_network_acl\")" tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 tf_resource_type=awscc_ec2_vpc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"ipv_4_netmask_length\")" tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"cidr_block_associations\")" tf_resource_type=awscc_ec2_vpc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"default_security_group\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_ec2_vpc tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"enable_dns_support\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.949+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_vpc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=1b8d6544-852c-ed6f-1845-30db4be56bf2 tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"ipv_6_cidr_blocks\")" timestamp="2025-09-05T10:42:42.949+0100" | |
| 2025-09-05T10:42:42.950+0100 [INFO] Starting apply for awscc_networkmanager_global_network.example | |
| 2025-09-05T10:42:42.950+0100 [INFO] Starting apply for awscc_ec2_vpc.example | |
| 2025-09-05T10:42:42.950+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:42.950+0100 [DEBUG] awscc_networkmanager_global_network.example: applying the planned Create change | |
| 2025-09-05T10:42:42.950+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:42.950+0100 [DEBUG] awscc_ec2_vpc.example: applying the planned Create change | |
| 2025-09-05T10:42:42.950+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Request.Plan.Raw: tf_resource_type=awscc_ec2_vpc tf_rpc=ApplyResourceChange value="tftypes.Object[\"cidr_block\":tftypes.String, \"cidr_block_associations\":tftypes.List[tftypes.String], \"default_network_acl\":tftypes.String, \"default_security_group\":tftypes.String, \"enable_dns_hostnames\":tftypes.Bool, \"enable_dns_support\":tftypes.Bool, \"id\":tftypes.String, \"instance_tenancy\":tftypes.String, \"ipv_4_ipam_pool_id\":tftypes.String, \"ipv_4_netmask_length\":tftypes.Number, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String], \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]], \"vpc_id\":tftypes.String]<\"cidr_block\":tftypes.String<\"10.0.0.0/16\">, \"cidr_block_associations\":tftypes.List[tftypes.String]<unknown>, \"default_network_acl\":tftypes.String<unknown>, \"default_security_group\":tftypes.String<unknown>, \"enable_dns_hostnames\":tftypes.Bool<unknown>, \"enable_dns_support\":tftypes.Bool<unknown>, \"id\":tftypes.String<unknown>, \"instance_tenancy\":tftypes.String<unknown>, \"ipv_4_ipam_pool_id\":tftypes.String<unknown>, \"ipv_4_netmask_length\":tftypes.Number<unknown>, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String]<unknown>, \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]<tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]<\"key\":tftypes.String<\"Name\">, \"value\":tftypes.String<\"example-vpc\">>>, \"vpc_id\":tftypes.String<unknown>>" @module=awscc tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:347 cfn_type=AWS::EC2::VPC tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 timestamp="2025-09-05T10:42:42.950+0100" | |
| 2025-09-05T10:42:42.950+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Request.Plan.Raw: @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:347 @module=awscc tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_networkmanager_global_network value="tftypes.Object[\"arn\":tftypes.String, \"created_at\":tftypes.String, \"description\":tftypes.String, \"global_network_id\":tftypes.String, \"id\":tftypes.String, \"state\":tftypes.String, \"tags\":tftypes.Set[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]]<\"arn\":tftypes.String<unknown>, \"created_at\":tftypes.String<unknown>, \"description\":tftypes.String<\"Example Global Network\">, \"global_network_id\":tftypes.String<unknown>, \"id\":tftypes.String<unknown>, \"state\":tftypes.String<unknown>, \"tags\":tftypes.Set[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]<tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]<\"key\":tftypes.String<\"Modified By\">, \"value\":tftypes.String<\"AWSCC\">>>>" cfn_type=AWS::NetworkManager::GlobalNetwork tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:42.950+0100" | |
| 2025-09-05T10:42:42.950+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: CloudControl DesiredState: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:360 @module=awscc cfn_type=AWS::EC2::VPC tf_resource_type=awscc_ec2_vpc value="{\"CidrBlock\":\"10.0.0.0/16\",\"Tags\":[{\"Key\":\"Name\",\"Value\":\"example-vpc\"}]}" timestamp="2025-09-05T10:42:42.950+0100" | |
| 2025-09-05T10:42:42.950+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: CloudControl DesiredState: tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:360 @module=awscc cfn_type=AWS::NetworkManager::GlobalNetwork tf_resource_type=awscc_networkmanager_global_network tf_rpc=ApplyResourceChange value="{\"Description\":\"Example Global Network\",\"Tags\":[{\"Key\":\"Modified By\",\"Value\":\"AWSCC\"}]}" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:42.950+0100" | |
| 2025-09-05T10:42:42.951+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request.header.content_type=application/x-amz-json-1.0 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-east-1 tf_rpc=ApplyResourceChange cfn_type=AWS::EC2::VPC http.request.header.amz_sdk_invocation_id=c45e9b86-4445-48f2-a43d-7f8d5ba405a2 http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/awscc @module=awscc rpc.method=CreateResource tf_aws.signing_region="" http.method=POST http.request.header.x_amz_security_token="*****" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/r,t,u" tf_resource_type=awscc_ec2_vpc http.request.header.amz_sdk_request="attempt=1; max=25" http.request_content_length=186 rpc.service=CloudControl tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 http.request.header.x_amz_date=20250905T094242Z | |
| http.request.body= | |
| | {"ClientToken":"terraform-20250905094242950700000001","DesiredState":"{\"CidrBlock\":\"10.0.0.0/16\",\"Tags\":[{\"Key\":\"Name\",\"Value\":\"example-vpc\"}]}","TypeName":"AWS::EC2::VPC"} | |
| http.request.header.x_amz_target=CloudApiService.CreateResource net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com tf_aws.sdk=aws-sdk-go-v2 timestamp="2025-09-05T10:42:42.951+0100" | |
| 2025-09-05T10:42:42.951+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.header.content_type=application/x-amz-json-1.0 http.request.header.x_amz_target=CloudApiService.CreateResource net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com rpc.service=CloudControl tf_aws.signing_region="" tf_provider_addr=registry.terraform.io/hashicorp/awscc http.request.header.amz_sdk_invocation_id=bcaa6cce-2e01-4acc-8c77-bd6bc660c920 http.request_content_length=221 tf_resource_type=awscc_networkmanager_global_network cfn_type=AWS::NetworkManager::GlobalNetwork http.request.header.amz_sdk_request="attempt=1; max=25" tf_aws.sdk=aws-sdk-go-v2 aws.region=us-east-1 http.request.header.x_amz_date=20250905T094242Z rpc.system=aws-api @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.method=POST | |
| http.request.body= | |
| | {"ClientToken":"terraform-20250905094242950700000002","DesiredState":"{\"Description\":\"Example Global Network\",\"Tags\":[{\"Key\":\"Modified By\",\"Value\":\"AWSCC\"}]}","TypeName":"AWS::NetworkManager::GlobalNetwork"} | |
| http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request.header.x_amz_security_token="*****" http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ @module=awscc http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/r,t,u" tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de tf_rpc=ApplyResourceChange rpc.method=CreateResource timestamp="2025-09-05T10:42:42.951+0100" | |
| 2025-09-05T10:42:43.301+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: rpc.method=CreateResource rpc.service=CloudControl aws.region=us-east-1 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" tf_rpc=ApplyResourceChange http.response_content_length=203 @module=awscc http.response.header.content_type=application/x-amz-json-1.0 http.response.header.date="Fri, 05 Sep 2025 09:42:43 GMT" tf_resource_type=awscc_networkmanager_global_network cfn_type=AWS::NetworkManager::GlobalNetwork http.duration=348 http.response.header.connection=keep-alive tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de http.response.header.x_amzn_requestid=bfe0e551-1a96-4a8d-81fd-7d2d27310a23 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065363258E9,"Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"38c9f0c1-296a-467e-acf9-7a59b6c0adc4","TypeName":"AWS::NetworkManager::GlobalNetwork"}} | |
| http.status_code=200 timestamp="2025-09-05T10:42:43.299+0100" | |
| 2025-09-05T10:42:43.302+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.header.amz_sdk_request="attempt=1; max=25" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" rpc.system=aws-api http.request.header.amz_sdk_invocation_id=1abf0579-d54d-46e7-be83-14218ea74c91 http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request.header.x_amz_security_token="*****" rpc.method=GetResourceRequestStatus rpc.service=CloudControl tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de @module=awscc aws.region=us-east-1 | |
| http.request.body= | |
| | {"RequestToken":"38c9f0c1-296a-467e-acf9-7a59b6c0adc4"} | |
| tf_resource_type=awscc_networkmanager_global_network http.request.header.x_amz_date=20250905T094243Z http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus tf_aws.sdk=aws-sdk-go-v2 http.request.header.content_type=application/x-amz-json-1.0 tf_aws.signing_region="" http.request_content_length=55 net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 cfn_type=AWS::NetworkManager::GlobalNetwork http.method=POST timestamp="2025-09-05T10:42:43.301+0100" | |
| 2025-09-05T10:42:43.324+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 tf_rpc=ApplyResourceChange @module=awscc aws.region=us-east-1 http.response_content_length=182 rpc.method=CreateResource rpc.system=aws-api tf_aws.signing_region="" cfn_type=AWS::EC2::VPC http.response.header.connection=keep-alive http.response.header.date="Fri, 05 Sep 2025 09:42:43 GMT" rpc.service=CloudControl tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 tf_resource_type=awscc_ec2_vpc http.duration=372 | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065363294E9,"Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"c5ab289c-ac44-4574-9daa-6f01e9f3b29d","TypeName":"AWS::EC2::VPC"}} | |
| http.response.header.content_type=application/x-amz-json-1.0 http.response.header.x_amzn_requestid=850687d8-86aa-4037-a6ed-586756095597 http.status_code=200 tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:43.323+0100" | |
| 2025-09-05T10:42:43.325+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.method=POST http.request_content_length=55 net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com rpc.service=CloudControl rpc.system=aws-api tf_aws.signing_region="" rpc.method=GetResourceRequestStatus tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 | |
| http.request.body= | |
| | {"RequestToken":"c5ab289c-ac44-4574-9daa-6f01e9f3b29d"} | |
| http.request.header.content_type=application/x-amz-json-1.0 http.request.header.x_amz_security_token="*****" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange tf_resource_type=awscc_ec2_vpc @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.request.header.amz_sdk_invocation_id=6e22855f-ab8b-4050-ac78-714015f968c1 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus @module=awscc aws.region=us-east-1 http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ http.request.header.amz_sdk_request="attempt=1; max=25" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" cfn_type=AWS::EC2::VPC http.request.header.x_amz_date=20250905T094243Z tf_aws.sdk=aws-sdk-go-v2 timestamp="2025-09-05T10:42:43.325+0100" | |
| 2025-09-05T10:42:43.392+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: @module=awscc cfn_type=AWS::NetworkManager::GlobalNetwork http.duration=89 tf_aws.sdk=aws-sdk-go-v2 tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de tf_resource_type=awscc_networkmanager_global_network aws.region=us-east-1 http.response_content_length=203 http.status_code=200 rpc.service=CloudControl rpc.system=aws-api http.response.header.content_type=application/x-amz-json-1.0 http.response.header.x_amzn_requestid=1a9bfaee-e0a8-406f-9b5f-06740fa79ce6 rpc.method=GetResourceRequestStatus tf_aws.signing_region="" tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065363258E9,"Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"38c9f0c1-296a-467e-acf9-7a59b6c0adc4","TypeName":"AWS::NetworkManager::GlobalNetwork"}} | |
| http.response.header.connection=keep-alive http.response.header.date="Fri, 05 Sep 2025 09:42:43 GMT" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:43.391+0100" | |
| 2025-09-05T10:42:43.424+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: http.response.header.x_amzn_requestid=ae5dd626-96ca-4b38-b474-4dce6abe1c4e rpc.method=GetResourceRequestStatus rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" tf_rpc=ApplyResourceChange aws.region=us-east-1 http.status_code=200 tf_resource_type=awscc_ec2_vpc @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=awscc | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065363294E9,"Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"c5ab289c-ac44-4574-9daa-6f01e9f3b29d","TypeName":"AWS::EC2::VPC"}} | |
| http.response.header.content_type=application/x-amz-json-1.0 http.response_content_length=182 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 cfn_type=AWS::EC2::VPC http.duration=98 http.response.header.connection=keep-alive http.response.header.date="Fri, 05 Sep 2025 09:42:43 GMT" rpc.service=CloudControl timestamp="2025-09-05T10:42:43.423+0100" | |
| 2025-09-05T10:42:48.394+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.header.amz_sdk_request="attempt=1; max=25" rpc.method=GetResourceRequestStatus tf_resource_type=awscc_networkmanager_global_network http.request.header.content_type=application/x-amz-json-1.0 http.request.header.x_amz_date=20250905T094248Z http.request.header.x_amz_security_token="*****" tf_aws.signing_region="" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de aws.region=us-east-1 | |
| http.request.body= | |
| | {"RequestToken":"38c9f0c1-296a-467e-acf9-7a59b6c0adc4"} | |
| http.request.header.amz_sdk_invocation_id=5c7aed90-8ab2-4dd7-a2cc-5822c29fea12 http.request_content_length=55 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" rpc.service=CloudControl cfn_type=AWS::NetworkManager::GlobalNetwork http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 rpc.system=aws-api @module=awscc http.method=POST tf_aws.sdk=aws-sdk-go-v2 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" timestamp="2025-09-05T10:42:48.394+0100" | |
| 2025-09-05T10:42:48.426+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.method=POST http.request.header.amz_sdk_request="attempt=1; max=25" http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ tf_resource_type=awscc_ec2_vpc http.request.header.x_amz_security_token="*****" http.request.header.amz_sdk_invocation_id=b50d2142-0fda-45d9-9ecb-61752ce3dc65 http.request.header.x_amz_date=20250905T094248Z rpc.system=aws-api net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com aws.region=us-east-1 cfn_type=AWS::EC2::VPC | |
| http.request.body= | |
| | {"RequestToken":"c5ab289c-ac44-4574-9daa-6f01e9f3b29d"} | |
| @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.request_content_length=55 tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 tf_rpc=ApplyResourceChange @module=awscc rpc.service=CloudControl rpc.method=GetResourceRequestStatus tf_aws.signing_region="" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request.header.content_type=application/x-amz-json-1.0 http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" timestamp="2025-09-05T10:42:48.426+0100" | |
| 2025-09-05T10:42:48.494+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_networkmanager_global_network @module=awscc cfn_type=AWS::NetworkManager::GlobalNetwork http.duration=99 | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065364092E9,"Identifier":"global-network-008a123199540a39c","Operation":"CREATE","OperationStatus":"SUCCESS","RequestToken":"38c9f0c1-296a-467e-acf9-7a59b6c0adc4","TypeName":"AWS::NetworkManager::GlobalNetwork"}} | |
| http.response.header.date="Fri, 05 Sep 2025 09:42:48 GMT" aws.region=us-east-1 rpc.service=CloudControl tf_aws.signing_region="" tf_rpc=ApplyResourceChange http.response.header.connection=keep-alive http.response.header.content_type=application/x-amz-json-1.0 http.status_code=200 tf_aws.sdk=aws-sdk-go-v2 tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.response.header.x_amzn_requestid=8f0a5efe-e148-4ae8-b840-265fcad5cd34 http.response_content_length=247 rpc.method=GetResourceRequestStatus rpc.system=aws-api timestamp="2025-09-05T10:42:48.493+0100" | |
| 2025-09-05T10:42:48.494+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: FindResourceByTypeNameAndID: @caller=github.com/hashicorp/terraform-provider-awscc/internal/service/cloudcontrol/find.go:19 @module=awscc cfTypeName=AWS::NetworkManager::GlobalNetwork tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange cfn_type=AWS::NetworkManager::GlobalNetwork id=global-network-008a123199540a39c tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de tf_resource_type=awscc_networkmanager_global_network timestamp="2025-09-05T10:42:48.494+0100" | |
| 2025-09-05T10:42:48.495+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: | |
| http.request.body= | |
| | {"Identifier":"global-network-008a123199540a39c","TypeName":"AWS::NetworkManager::GlobalNetwork"} | |
| http.request.header.content_type=application/x-amz-json-1.0 http.request.header.x_amz_date=20250905T094248Z http.request.header.amz_sdk_invocation_id=4fc77895-a499-48f1-939f-c2a4865315b7 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=awscc http.request_content_length=97 http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ rpc.method=GetResource tf_aws.sdk=aws-sdk-go-v2 http.request.header.amz_sdk_request="attempt=1; max=25" rpc.service=CloudControl tf_aws.signing_region="" tf_provider_addr=registry.terraform.io/hashicorp/awscc aws.region=us-east-1 cfn_type=AWS::NetworkManager::GlobalNetwork http.method=POST tf_rpc=ApplyResourceChange tf_resource_type=awscc_networkmanager_global_network tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de http.request.header.x_amz_target=CloudApiService.GetResource http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/r,t,u" net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com rpc.system=aws-api http.request.header.x_amz_security_token="*****" timestamp="2025-09-05T10:42:48.495+0100" | |
| 2025-09-05T10:42:48.518+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: cfn_type=AWS::EC2::VPC | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065363994E9,"Identifier":"vpc-0d6f79f982e895e05","Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"c5ab289c-ac44-4574-9daa-6f01e9f3b29d","RetryAfter":1.757065373994E9,"TypeName":"AWS::EC2::VPC"}} | |
| http.response.header.x_amzn_requestid=4133ab9a-f9d4-4fbc-8918-9783a3a25345 tf_aws.signing_region="" tf_resource_type=awscc_ec2_vpc http.response.header.content_type=application/x-amz-json-1.0 http.response_content_length=249 rpc.service=CloudControl tf_aws.sdk=aws-sdk-go-v2 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.duration=92 http.response.header.date="Fri, 05 Sep 2025 09:42:48 GMT" http.status_code=200 tf_provider_addr=registry.terraform.io/hashicorp/awscc @module=awscc http.response.header.connection=keep-alive rpc.method=GetResourceRequestStatus rpc.system=aws-api tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 aws.region=us-east-1 timestamp="2025-09-05T10:42:48.518+0100" | |
| 2025-09-05T10:42:48.918+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: rpc.service=CloudControl rpc.system=aws-api tf_resource_type=awscc_networkmanager_global_network http.duration=421 | |
| http.response.body= | |
| | {"ResourceDescription":{"Identifier":"global-network-008a123199540a39c","Properties":"{\"Description\":\"Example Global Network\",\"State\":\"AVAILABLE\",\"CreatedAt\":\"2025-09-05T09:42:43Z\",\"Id\":\"global-network-008a123199540a39c\",\"Arn\":\"arn:aws:networkmanager::340248584479:global-network/global-network-008a123199540a39c\",\"Tags\":[{\"Value\":\"AWSCC\",\"Key\":\"Modified By\"}]}"},"TypeName":"AWS::NetworkManager::GlobalNetwork"} | |
| http.response.header.connection=keep-alive http.response.header.content_type=application/x-amz-json-1.0 http.response.header.date="Fri, 05 Sep 2025 09:42:48 GMT" http.status_code=200 tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.response.header.x_amzn_requestid=b0523146-dd2c-439d-8373-97338349628d http.response_content_length=442 tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de tf_rpc=ApplyResourceChange @module=awscc aws.region=us-east-1 cfn_type=AWS::NetworkManager::GlobalNetwork rpc.method=GetResource tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" timestamp="2025-09-05T10:42:48.917+0100" | |
| 2025-09-05T10:42:48.918+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: ResourceDescription.ResourceModel: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de tf_resource_type=awscc_networkmanager_global_network cfn_type=AWS::NetworkManager::GlobalNetwork tf_rpc=ApplyResourceChange value="{\"Description\":\"Example Global Network\",\"State\":\"AVAILABLE\",\"CreatedAt\":\"2025-09-05T09:42:43Z\",\"Id\":\"global-network-008a123199540a39c\",\"Arn\":\"arn:aws:networkmanager::340248584479:global-network/global-network-008a123199540a39c\",\"Tags\":[{\"Value\":\"AWSCC\",\"Key\":\"Modified By\"}]}" @caller=github.com/hashicorp/terraform-provider-awscc/internal/service/cloudcontrol/find.go:52 @module=awscc timestamp="2025-09-05T10:42:48.918+0100" | |
| 2025-09-05T10:42:48.919+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Response.State.Raw: @module=awscc cfn_type=AWS::NetworkManager::GlobalNetwork tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:428 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de tf_resource_type=awscc_networkmanager_global_network value="tftypes.Object[\"arn\":tftypes.String, \"created_at\":tftypes.String, \"description\":tftypes.String, \"global_network_id\":tftypes.String, \"id\":tftypes.String, \"state\":tftypes.String, \"tags\":tftypes.Set[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]]<\"arn\":tftypes.String<\"arn:aws:networkmanager::340248584479:global-network/global-network-008a123199540a39c\">, \"created_at\":tftypes.String<\"2025-09-05T09:42:43Z\">, \"description\":tftypes.String<\"Example Global Network\">, \"global_network_id\":tftypes.String<\"global-network-008a123199540a39c\">, \"id\":tftypes.String<\"global-network-008a123199540a39c\">, \"state\":tftypes.String<\"AVAILABLE\">, \"tags\":tftypes.Set[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]<tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]<\"key\":tftypes.String<\"Modified By\">, \"value\":tftypes.String<\"AWSCC\">>>>" timestamp="2025-09-05T10:42:48.918+0100" | |
| 2025-09-05T10:42:48.919+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=description tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_networkmanager_global_network tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:48.919+0100" | |
| 2025-09-05T10:42:48.919+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_networkmanager_global_network @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path="tags[Value({\"key\":\"Modified By\",\"value\":\"AWSCC\"})].value" tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:48.919+0100" | |
| 2025-09-05T10:42:48.919+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_networkmanager_global_network tf_rpc=ApplyResourceChange tf_attribute_path="tags[Value({\"key\":\"Modified By\",\"value\":\"AWSCC\"})].key" tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-09-05T10:42:48.919+0100" | |
| 2025-09-05T10:42:48.919+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_attribute_path="tags[Value({\"key\":\"Modified By\",\"value\":\"AWSCC\"})]" tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de tf_resource_type=awscc_networkmanager_global_network tf_rpc=ApplyResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-09-05T10:42:48.919+0100" | |
| 2025-09-05T10:42:48.919+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_attribute_path=tags tf_req_id=acf9467d-6f4b-523f-3e9c-eaecd554e0de @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_networkmanager_global_network tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:48.919+0100" | |
| 2025-09-05T10:42:48.942+0100 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot | |
| 2025-09-05T10:42:48.943+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:48.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1ad2406b-a5cb-7bb4-9e34-fe104432d100 tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 @module=sdk.framework timestamp="2025-09-05T10:42:48.948+0100" | |
| 2025-09-05T10:42:48.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"core_network_arn\")" @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1ad2406b-a5cb-7bb4-9e34-fe104432d100 tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2025-09-05T10:42:48.948+0100" | |
| 2025-09-05T10:42:48.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=1ad2406b-a5cb-7bb4-9e34-fe104432d100 tf_resource_type=awscc_networkmanager_core_network tf_attribute_path="AttributeName(\"segments\")" tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:48.948+0100" | |
| 2025-09-05T10:42:48.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_req_id=1ad2406b-a5cb-7bb4-9e34-fe104432d100 tf_resource_type=awscc_networkmanager_core_network @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:48.948+0100" | |
| 2025-09-05T10:42:48.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1ad2406b-a5cb-7bb4-9e34-fe104432d100 @module=sdk.framework tf_attribute_path="AttributeName(\"edges\")" tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:48.948+0100" | |
| 2025-09-05T10:42:48.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=1ad2406b-a5cb-7bb4-9e34-fe104432d100 tf_resource_type=awscc_networkmanager_core_network @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"owner_account\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:48.948+0100" | |
| 2025-09-05T10:42:48.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=1ad2406b-a5cb-7bb4-9e34-fe104432d100 tf_resource_type=awscc_networkmanager_core_network @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"state\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:48.948+0100" | |
| 2025-09-05T10:42:48.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"core_network_id\")" @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1ad2406b-a5cb-7bb4-9e34-fe104432d100 tf_resource_type=awscc_networkmanager_core_network tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:48.948+0100" | |
| 2025-09-05T10:42:48.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"network_function_groups\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1ad2406b-a5cb-7bb4-9e34-fe104432d100 tf_resource_type=awscc_networkmanager_core_network timestamp="2025-09-05T10:42:48.948+0100" | |
| 2025-09-05T10:42:48.948+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=1ad2406b-a5cb-7bb4-9e34-fe104432d100 tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=awscc_networkmanager_core_network @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"created_at\")" timestamp="2025-09-05T10:42:48.948+0100" | |
| 2025-09-05T10:42:48.951+0100 [INFO] Starting apply for awscc_networkmanager_core_network.example | |
| 2025-09-05T10:42:48.951+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:48.951+0100 [DEBUG] awscc_networkmanager_core_network.example: applying the planned Create change | |
| 2025-09-05T10:42:48.952+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Request.Plan.Raw: value="tftypes.Object[\"core_network_arn\":tftypes.String, \"core_network_id\":tftypes.String, \"created_at\":tftypes.String, \"description\":tftypes.String, \"edges\":tftypes.List[tftypes.Object[\"asn\":tftypes.Number, \"edge_location\":tftypes.String, \"inside_cidr_blocks\":tftypes.List[tftypes.String]]], \"global_network_id\":tftypes.String, \"id\":tftypes.String, \"network_function_groups\":tftypes.List[tftypes.Object[\"edge_locations\":tftypes.List[tftypes.String], \"name\":tftypes.String, \"segments\":tftypes.Object[\"send_to\":tftypes.List[tftypes.String], \"send_via\":tftypes.List[tftypes.String]]]], \"owner_account\":tftypes.String, \"policy_document\":tftypes.String, \"segments\":tftypes.List[tftypes.Object[\"edge_locations\":tftypes.List[tftypes.String], \"name\":tftypes.String, \"shared_segments\":tftypes.List[tftypes.String]]], \"state\":tftypes.String, \"tags\":tftypes.Set[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]]<\"core_network_arn\":tftypes.String<unknown>, \"core_network_id\":tftypes.String<unknown>, \"created_at\":tftypes.String<unknown>, \"description\":tftypes.String<\"Example Core Network\">, \"edges\":tftypes.List[tftypes.Object[\"asn\":tftypes.Number, \"edge_location\":tftypes.String, \"inside_cidr_blocks\":tftypes.List[tftypes.String]]]<unknown>, \"global_network_id\":tftypes.String<\"global-network-008a123199540a39c\">, \"id\":tftypes.String<unknown>, \"network_function_groups\":tftypes.List[tftypes.Object[\"edge_locations\":tftypes.List[tftypes.String], \"name\":tftypes.String, \"segments\":tftypes.Object[\"send_to\":tftypes.List[tftypes.String], \"send_via\":tftypes.List[tftypes.String]]]]<unknown>, \"owner_account\":tftypes.String<unknown>, \"policy_document\":tftypes.String<\"{\"core-network-configuration\":{\"asn-ranges\":[\"64512-65534\"],\"edge-locations\":[{\"location\":\"us-east-1\"}],\"vpn-ecmp-support\":true},\"segment-actions\":[{\"action\":\"create-route\",\"destination-cidr-blocks\":[\"0.0.0.0/0\"],\"destinations\":[\"attachment\"],\"segment\":\"shared\"}],\"segments\":[{\"description\":\"Segment for shared services\",\"name\":\"shared\",\"require-attachment-acceptance\":false}],\"version\":\"2021.12\"}\">, \"segments\":tftypes.List[tftypes.Object[\"edge_locations\":tftypes.List[tftypes.String], \"name\":tftypes.String, \"shared_segments\":tftypes.List[tftypes.String]]]<unknown>, \"state\":tftypes.String<unknown>, \"tags\":tftypes.Set[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]<tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]<\"key\":tftypes.String<\"Modified By\">, \"value\":tftypes.String<\"AWSCC\">>>>" @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:347 cfn_type=AWS::NetworkManager::CoreNetwork @module=awscc tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=5790427e-06ef-fea3-373e-aaf7474869d0 tf_resource_type=awscc_networkmanager_core_network tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:48.952+0100" | |
| 2025-09-05T10:42:48.952+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: CloudControl DesiredState: @module=awscc tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=5790427e-06ef-fea3-373e-aaf7474869d0 value="{\"Description\":\"Example Core Network\",\"GlobalNetworkId\":\"global-network-008a123199540a39c\",\"PolicyDocument\":{\"core-network-configuration\":{\"asn-ranges\":[\"64512-65534\"],\"edge-locations\":[{\"location\":\"us-east-1\"}],\"vpn-ecmp-support\":true},\"segment-actions\":[{\"action\":\"create-route\",\"destination-cidr-blocks\":[\"0.0.0.0/0\"],\"destinations\":[\"attachment\"],\"segment\":\"shared\"}],\"segments\":[{\"description\":\"Segment for shared services\",\"name\":\"shared\",\"require-attachment-acceptance\":false}],\"version\":\"2021.12\"},\"Tags\":[{\"Key\":\"Modified By\",\"Value\":\"AWSCC\"}]}" @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:360 cfn_type=AWS::NetworkManager::CoreNetwork tf_resource_type=awscc_networkmanager_core_network tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:48.952+0100" | |
| 2025-09-05T10:42:48.953+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.header.x_amz_date=20250905T094248Z cfn_type=AWS::NetworkManager::CoreNetwork http.method=POST http.request_content_length=739 tf_rpc=ApplyResourceChange @module=awscc http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/r,t,u" tf_aws.sdk=aws-sdk-go-v2 | |
| http.request.body= | |
| | {"ClientToken":"terraform-20250905094248952600000003","DesiredState":"{\"Description\":\"Example Core Network\",\"GlobalNetworkId\":\"global-network-008a123199540a39c\",\"PolicyDocument\":{\"core-network-configuration\":{\"asn-ranges\":[\"64512-65534\"],\"edge-locations\":[{\"location\":\"us-east-1\"}],\"vpn-ecmp-support\":true},\"segment-actions\":[{\"action\":\"create-route\",\"destination-cidr-blocks\":[\"0.0.0.0/0\"],\"destinations\":[\"attachment\"],\"segment\":\"shared\"}],\"segments\":[{\"description\":\"Segment for shared services\",\"name\":\"shared\",\"require-attachment-acceptance\":false}],\"version\":\"2021.12\"},\"Tags\":[{\"Key\":\"Modified By\",\"Value\":\"AWSCC\"}]}","TypeName":"AWS::NetworkManager::CoreNetwork"} | |
| rpc.system=aws-api tf_aws.signing_region="" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" rpc.service=CloudControl aws.region=us-east-1 http.request.header.x_amz_security_token="*****" http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=5790427e-06ef-fea3-373e-aaf7474869d0 tf_resource_type=awscc_networkmanager_core_network http.request.header.content_type=application/x-amz-json-1.0 http.request.header.amz_sdk_invocation_id=1c30ad6d-bcb2-40f1-bda2-7cb8591208bb net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com rpc.method=CreateResource http.request.header.x_amz_target=CloudApiService.CreateResource timestamp="2025-09-05T10:42:48.953+0100" | |
| 2025-09-05T10:42:49.099+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: cfn_type=AWS::NetworkManager::CoreNetwork | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065369071E9,"Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"7de62fed-fe8c-4bcc-8780-6b607f4e384c","TypeName":"AWS::NetworkManager::CoreNetwork"}} | |
| http.response.header.connection=keep-alive @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-east-1 http.duration=145 http.response.header.x_amzn_requestid=4be0211c-f49a-4b89-9014-705b08fd94ab http.status_code=200 rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" http.response.header.content_type=application/x-amz-json-1.0 http.response.header.date="Fri, 05 Sep 2025 09:42:49 GMT" rpc.method=CreateResource tf_req_id=5790427e-06ef-fea3-373e-aaf7474869d0 tf_resource_type=awscc_networkmanager_core_network tf_rpc=ApplyResourceChange http.response_content_length=201 rpc.service=CloudControl tf_provider_addr=registry.terraform.io/hashicorp/awscc @module=awscc timestamp="2025-09-05T10:42:49.098+0100" | |
| 2025-09-05T10:42:49.100+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request_content_length=55 tf_req_id=5790427e-06ef-fea3-373e-aaf7474869d0 cfn_type=AWS::NetworkManager::CoreNetwork http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.x_amz_date=20250905T094249Z http.request.header.x_amz_security_token="*****" rpc.method=GetResourceRequestStatus rpc.service=CloudControl rpc.system=aws-api http.request.header.amz_sdk_invocation_id=2eeeb246-2c91-4e14-8554-1650ca0f9cca http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" aws.region=us-east-1 http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_aws.signing_region="" | |
| http.request.body= | |
| | {"RequestToken":"7de62fed-fe8c-4bcc-8780-6b607f4e384c"} | |
| http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=awscc http.request.header.content_type=application/x-amz-json-1.0 net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com http.method=POST tf_resource_type=awscc_networkmanager_core_network timestamp="2025-09-05T10:42:49.100+0100" | |
| 2025-09-05T10:42:49.198+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: http.duration=97 http.response.header.date="Fri, 05 Sep 2025 09:42:49 GMT" rpc.system=aws-api http.response_content_length=201 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-east-1 rpc.method=GetResourceRequestStatus rpc.service=CloudControl tf_aws.signing_region="" tf_provider_addr=registry.terraform.io/hashicorp/awscc http.status_code=200 tf_resource_type=awscc_networkmanager_core_network tf_rpc=ApplyResourceChange http.response.header.x_amzn_requestid=ae208559-1491-499f-829c-f3edc8882a98 cfn_type=AWS::NetworkManager::CoreNetwork | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065369071E9,"Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"7de62fed-fe8c-4bcc-8780-6b607f4e384c","TypeName":"AWS::NetworkManager::CoreNetwork"}} | |
| http.response.header.connection=keep-alive http.response.header.content_type=application/x-amz-json-1.0 tf_aws.sdk=aws-sdk-go-v2 tf_req_id=5790427e-06ef-fea3-373e-aaf7474869d0 @module=awscc timestamp="2025-09-05T10:42:49.197+0100" | |
| 2025-09-05T10:42:54.202+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: tf_rpc=ApplyResourceChange http.method=POST http.request.header.content_type=application/x-amz-json-1.0 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request.header.x_amz_date=20250905T094254Z http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" | |
| http.request.body= | |
| | {"RequestToken":"7de62fed-fe8c-4bcc-8780-6b607f4e384c"} | |
| @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-east-1 http.request.header.amz_sdk_invocation_id=a8ac1449-d22c-4c77-8be9-1791b0430a64 http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com tf_provider_addr=registry.terraform.io/hashicorp/awscc @module=awscc http.request.header.x_amz_security_token="*****" http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus http.request_content_length=55 tf_aws.sdk=aws-sdk-go-v2 rpc.method=GetResourceRequestStatus tf_aws.signing_region="" tf_resource_type=awscc_networkmanager_core_network cfn_type=AWS::NetworkManager::CoreNetwork http.request.header.amz_sdk_request="attempt=1; max=25" tf_req_id=5790427e-06ef-fea3-373e-aaf7474869d0 rpc.service=CloudControl rpc.system=aws-api timestamp="2025-09-05T10:42:54.201+0100" | |
| 2025-09-05T10:42:54.303+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: http.response_content_length=723 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=5790427e-06ef-fea3-373e-aaf7474869d0 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=awscc http.duration=101 http.response.header.connection=keep-alive http.response.header.x_amzn_requestid=ae8426d2-85cf-4644-bbd8-5f7ed4f2825f rpc.service=CloudControl rpc.system=aws-api tf_aws.signing_region="" rpc.method=GetResourceRequestStatus tf_aws.sdk=aws-sdk-go-v2 aws.region=us-east-1 cfn_type=AWS::NetworkManager::CoreNetwork http.status_code=200 tf_resource_type=awscc_networkmanager_core_network | |
| http.response.body= | |
| | {"ProgressEvent":{"ErrorCode":"InvalidRequest","EventTime":1.757065369619E9,"Operation":"CREATE","OperationStatus":"FAILED","RequestToken":"7de62fed-fe8c-4bcc-8780-6b607f4e384c","StatusMessage":"Incorrect policy. (Service: NetworkManager, Status Code: 400, Request ID: 7fa816c7-7c6c-4750-a92a-0b250fab395f) (SDK Attempt Count: 1): [{ErrorCode: INVALID_STRING, Message: $.segment-actions[0].destinations[0]: attachment identifiers must be prefixed with \"attachment-\" and must end in 17 characters where all characters are from the set \"a..f\" or \"0..9\"}, {ErrorCode: CONSTANT_VIOLATION, Message: $.segment-actions[0].destinations[0]: must be a constant value blackhole}]","TypeName":"AWS::NetworkManager::CoreNetwork"}} | |
| http.response.header.content_type=application/x-amz-json-1.0 http.response.header.date="Fri, 05 Sep 2025 09:42:54 GMT" timestamp="2025-09-05T10:42:54.303+0100" | |
| 2025-09-05T10:42:54.304+0100 [ERROR] provider.terraform-provider-awscc_v1.55.0: Response contains error diagnostic: @caller=github.com/hashicorp/[email protected]/tfprotov6/internal/diag/diagnostics.go:58 @module=sdk.proto diagnostic_detail="Waiting for Cloud Control API service CreateResource operation completion returned: waiter state transitioned to FAILED. StatusMessage: Incorrect policy. (Service: NetworkManager, Status Code: 400, Request ID: 7fa816c7-7c6c-4750-a92a-0b250fab395f) (SDK Attempt Count: 1): [{ErrorCode: INVALID_STRING, Message: $.segment-actions[0].destinations[0]: attachment identifiers must be prefixed with \"attachment-\" and must end in 17 characters where all characters are from the set \"a..f\" or \"0..9\"}, {ErrorCode: CONSTANT_VIOLATION, Message: $.segment-actions[0].destinations[0]: must be a constant value blackhole}]. ErrorCode: InvalidRequest" diagnostic_summary="AWS SDK Go Service Operation Incomplete" tf_proto_version=6.9 tf_provider_addr=registry.terraform.io/hashicorp/awscc diagnostic_severity=ERROR tf_req_id=5790427e-06ef-fea3-373e-aaf7474869d0 tf_resource_type=awscc_networkmanager_core_network tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:54.304+0100" | |
| 2025-09-05T10:42:54.315+0100 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot | |
| 2025-09-05T10:42:54.315+0100 [ERROR] vertex "awscc_networkmanager_core_network.example" error: AWS SDK Go Service Operation Incomplete | |
| 2025-09-05T10:42:57.205+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: cfn_type=AWS::EC2::VPC http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" rpc.method=GetResourceRequestStatus rpc.service=CloudControl http.request.header.amz_sdk_invocation_id=6781d6bb-c828-4145-956d-3c648ed948fb rpc.system=aws-api aws.region=us-east-1 | |
| http.request.body= | |
| | {"RequestToken":"c5ab289c-ac44-4574-9daa-6f01e9f3b29d"} | |
| tf_aws.sdk=aws-sdk-go-v2 tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 http.method=POST net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com @module=awscc http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.x_amz_date=20250905T094257Z http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.request.header.content_type=application/x-amz-json-1.0 http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ tf_aws.signing_region="" tf_resource_type=awscc_ec2_vpc http.request.header.x_amz_security_token="*****" http.request_content_length=55 tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:57.205+0100" | |
| 2025-09-05T10:42:57.305+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: http.response_content_length=215 rpc.system=aws-api tf_rpc=ApplyResourceChange aws.region=us-east-1 | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065374479E9,"Identifier":"vpc-0d6f79f982e895e05","Operation":"CREATE","OperationStatus":"SUCCESS","RequestToken":"c5ab289c-ac44-4574-9daa-6f01e9f3b29d","TypeName":"AWS::EC2::VPC"}} | |
| http.response.header.connection=keep-alive rpc.method=GetResourceRequestStatus @module=awscc http.duration=99 http.response.header.content_type=application/x-amz-json-1.0 http.response.header.date="Fri, 05 Sep 2025 09:42:57 GMT" rpc.service=CloudControl tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 cfn_type=AWS::EC2::VPC http.status_code=200 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 tf_resource_type=awscc_ec2_vpc http.response.header.x_amzn_requestid=d93f9b15-20e4-45f0-b01b-c4f3d5a2f368 timestamp="2025-09-05T10:42:57.305+0100" | |
| 2025-09-05T10:42:57.306+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: FindResourceByTypeNameAndID: @module=awscc cfn_type=AWS::EC2::VPC id=vpc-0d6f79f982e895e05 tf_resource_type=awscc_ec2_vpc tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-provider-awscc/internal/service/cloudcontrol/find.go:19 cfTypeName=AWS::EC2::VPC tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 timestamp="2025-09-05T10:42:57.305+0100" | |
| 2025-09-05T10:42:57.307+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.header.x_amz_date=20250905T094257Z http.request.header.x_amz_target=CloudApiService.GetResource http.request.header.amz_sdk_request="attempt=1; max=25" tf_aws.signing_region="" tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.method=POST tf_resource_type=awscc_ec2_vpc http.request.header.amz_sdk_invocation_id=b819f14c-fee5-4b03-bfdb-43e8b49fc3ed http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/r,t,u" net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com rpc.method=GetResource rpc.service=CloudControl rpc.system=aws-api @module=awscc cfn_type=AWS::EC2::VPC http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request.header.content_type=application/x-amz-json-1.0 http.request_content_length=65 tf_aws.sdk=aws-sdk-go-v2 tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 aws.region=us-east-1 http.request.header.x_amz_security_token="*****" tf_rpc=ApplyResourceChange | |
| http.request.body= | |
| | {"Identifier":"vpc-0d6f79f982e895e05","TypeName":"AWS::EC2::VPC"} | |
| timestamp="2025-09-05T10:42:57.306+0100" | |
| 2025-09-05T10:42:58.116+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 cfn_type=AWS::EC2::VPC rpc.method=GetResource tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-east-1 rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_vpc http.response.header.x_amzn_requestid=540a2617-8306-4036-ba3e-a4256c6d2487 http.duration=808 | |
| http.response.body= | |
| | {"ResourceDescription":{"Identifier":"vpc-0d6f79f982e895e05","Properties":"{\"VpcId\":\"vpc-0d6f79f982e895e05\",\"InstanceTenancy\":\"default\",\"CidrBlockAssociations\":[\"vpc-cidr-assoc-0af9695b1981f8553\"],\"CidrBlock\":\"10.0.0.0/16\",\"DefaultNetworkAcl\":\"acl-022d7a3d6b8f6466f\",\"EnableDnsSupport\":true,\"Ipv6CidrBlocks\":[],\"DefaultSecurityGroup\":\"sg-0d373f23ab3dcb4b2\",\"EnableDnsHostnames\":false,\"Tags\":[{\"Value\":\"example-vpc\",\"Key\":\"Name\"}]}"},"TypeName":"AWS::EC2::VPC"} | |
| http.response.header.connection=keep-alive http.response.header.content_type=application/x-amz-json-1.0 http.response.header.date="Fri, 05 Sep 2025 09:42:57 GMT" http.status_code=200 @module=awscc http.response_content_length=500 rpc.service=CloudControl tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" timestamp="2025-09-05T10:42:58.116+0100" | |
| 2025-09-05T10:42:58.117+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: ResourceDescription.ResourceModel: tf_resource_type=awscc_ec2_vpc tf_rpc=ApplyResourceChange cfn_type=AWS::EC2::VPC value="{\"VpcId\":\"vpc-0d6f79f982e895e05\",\"InstanceTenancy\":\"default\",\"CidrBlockAssociations\":[\"vpc-cidr-assoc-0af9695b1981f8553\"],\"CidrBlock\":\"10.0.0.0/16\",\"DefaultNetworkAcl\":\"acl-022d7a3d6b8f6466f\",\"EnableDnsSupport\":true,\"Ipv6CidrBlocks\":[],\"DefaultSecurityGroup\":\"sg-0d373f23ab3dcb4b2\",\"EnableDnsHostnames\":false,\"Tags\":[{\"Value\":\"example-vpc\",\"Key\":\"Name\"}]}" @caller=github.com/hashicorp/terraform-provider-awscc/internal/service/cloudcontrol/find.go:52 @module=awscc tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 timestamp="2025-09-05T10:42:58.116+0100" | |
| 2025-09-05T10:42:58.118+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Response.State.Raw: @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:428 @module=awscc cfn_type=AWS::EC2::VPC tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 tf_resource_type=awscc_ec2_vpc tf_rpc=ApplyResourceChange value="tftypes.Object[\"cidr_block\":tftypes.String, \"cidr_block_associations\":tftypes.List[tftypes.String], \"default_network_acl\":tftypes.String, \"default_security_group\":tftypes.String, \"enable_dns_hostnames\":tftypes.Bool, \"enable_dns_support\":tftypes.Bool, \"id\":tftypes.String, \"instance_tenancy\":tftypes.String, \"ipv_4_ipam_pool_id\":tftypes.String, \"ipv_4_netmask_length\":tftypes.Number, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String], \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]], \"vpc_id\":tftypes.String]<\"cidr_block\":tftypes.String<\"10.0.0.0/16\">, \"cidr_block_associations\":tftypes.List[tftypes.String]<tftypes.String<\"vpc-cidr-assoc-0af9695b1981f8553\">>, \"default_network_acl\":tftypes.String<\"acl-022d7a3d6b8f6466f\">, \"default_security_group\":tftypes.String<\"sg-0d373f23ab3dcb4b2\">, \"enable_dns_hostnames\":tftypes.Bool<\"false\">, \"enable_dns_support\":tftypes.Bool<\"true\">, \"id\":tftypes.String<\"vpc-0d6f79f982e895e05\">, \"instance_tenancy\":tftypes.String<\"default\">, \"ipv_4_ipam_pool_id\":tftypes.String<null>, \"ipv_4_netmask_length\":tftypes.Number<null>, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String]<null>, \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]<tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]<\"key\":tftypes.String<\"Name\">, \"value\":tftypes.String<\"example-vpc\">>>, \"vpc_id\":tftypes.String<\"vpc-0d6f79f982e895e05\">>" timestamp="2025-09-05T10:42:58.118+0100" | |
| 2025-09-05T10:42:58.119+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_vpc @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=tags[0].key tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:58.119+0100" | |
| 2025-09-05T10:42:58.119+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=tags[0].value tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 tf_resource_type=awscc_ec2_vpc tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:58.119+0100" | |
| 2025-09-05T10:42:58.119+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_attribute_path=tags[0] tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 tf_resource_type=awscc_ec2_vpc @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework timestamp="2025-09-05T10:42:58.119+0100" | |
| 2025-09-05T10:42:58.119+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 tf_rpc=ApplyResourceChange tf_attribute_path=tags tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_vpc timestamp="2025-09-05T10:42:58.119+0100" | |
| 2025-09-05T10:42:58.119+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=6d385635-624e-b1ae-f34d-80eb40386eb2 @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_resource_type=awscc_ec2_vpc tf_rpc=ApplyResourceChange tf_attribute_path=cidr_block timestamp="2025-09-05T10:42:58.119+0100" | |
| 2025-09-05T10:42:58.128+0100 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot | |
| 2025-09-05T10:42:58.128+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:58.128+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:58.132+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 tf_provider_addr=registry.terraform.io/hashicorp/awscc @module=sdk.framework tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.132+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"subnet_id\")" tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.132+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"id\")" tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.132+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"ipv_6_ipam_pool_id\")" @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.132+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_4_ipam_pool_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.132+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:250 @module=sdk.framework tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.132+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"availability_zone_id\")" tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"network_acl_association_id\")" tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_netmask_length\")" timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_cidr_blocks\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"map_public_ip_on_launch\")" tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet @module=sdk.framework tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"ipv_6_netmask_length\")" timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"enable_dns_64\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"ipv_4_ipam_pool_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"availability_zone_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"assign_ipv_6_address_on_creation\")" tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"private_dns_name_options_on_launch\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_cidr_block\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:58.132+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"assign_ipv_6_address_on_creation\")" tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"id\")" tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"ipv_4_netmask_length\")" tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_native\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"outpost_arn\")" tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"ipv_6_cidr_blocks\")" tf_resource_type=awscc_ec2_subnet @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"ipv_4_netmask_length\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"enable_dns_64\")" tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"map_public_ip_on_launch\")" @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_cidr_block\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"private_dns_name_options_on_launch\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"ipv_6_ipam_pool_id\")" tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_attribute_path="AttributeName(\"block_public_access_states\")" tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_attribute_path="AttributeName(\"subnet_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet tf_attribute_path="AttributeName(\"enable_lni_at_device_index\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"network_acl_association_id\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"ipv_6_native\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=a9b24737-5900-3e28-3893-1fd185a8ad04 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"block_public_access_states\")" tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 @module=sdk.framework tf_attribute_path="AttributeName(\"outpost_arn\")" tf_resource_type=awscc_ec2_subnet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.133+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"enable_lni_at_device_index\")" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwserver/server_planresourcechange.go:538 @module=sdk.framework tf_req_id=7fa69f54-50a0-bfba-a7eb-fb36168e0fb7 tf_rpc=PlanResourceChange timestamp="2025-09-05T10:42:58.133+0100" | |
| 2025-09-05T10:42:58.136+0100 [INFO] Starting apply for awscc_ec2_subnet.example_subnet2 | |
| 2025-09-05T10:42:58.136+0100 [INFO] Starting apply for awscc_ec2_subnet.example_subnet1 | |
| 2025-09-05T10:42:58.137+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:58.137+0100 [DEBUG] awscc_ec2_subnet.example_subnet2: applying the planned Create change | |
| 2025-09-05T10:42:58.137+0100 [DEBUG] skipping FixUpBlockAttrs | |
| 2025-09-05T10:42:58.137+0100 [DEBUG] awscc_ec2_subnet.example_subnet1: applying the planned Create change | |
| 2025-09-05T10:42:58.137+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Request.Plan.Raw: value="tftypes.Object[\"assign_ipv_6_address_on_creation\":tftypes.Bool, \"availability_zone\":tftypes.String, \"availability_zone_id\":tftypes.String, \"block_public_access_states\":tftypes.Object[\"internet_gateway_block_mode\":tftypes.String], \"cidr_block\":tftypes.String, \"enable_dns_64\":tftypes.Bool, \"enable_lni_at_device_index\":tftypes.Number, \"id\":tftypes.String, \"ipv_4_ipam_pool_id\":tftypes.String, \"ipv_4_netmask_length\":tftypes.Number, \"ipv_6_cidr_block\":tftypes.String, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String], \"ipv_6_ipam_pool_id\":tftypes.String, \"ipv_6_native\":tftypes.Bool, \"ipv_6_netmask_length\":tftypes.Number, \"map_public_ip_on_launch\":tftypes.Bool, \"network_acl_association_id\":tftypes.String, \"outpost_arn\":tftypes.String, \"private_dns_name_options_on_launch\":tftypes.Object[\"enable_resource_name_dns_a_record\":tftypes.Bool, \"enable_resource_name_dns_aaaa_record\":tftypes.Bool, \"hostname_type\":tftypes.String], \"subnet_id\":tftypes.String, \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]], \"vpc_id\":tftypes.String]<\"assign_ipv_6_address_on_creation\":tftypes.Bool<unknown>, \"availability_zone\":tftypes.String<\"us-east-1b\">, \"availability_zone_id\":tftypes.String<unknown>, \"block_public_access_states\":tftypes.Object[\"internet_gateway_block_mode\":tftypes.String]<unknown>, \"cidr_block\":tftypes.String<\"10.0.2.0/24\">, \"enable_dns_64\":tftypes.Bool<unknown>, \"enable_lni_at_device_index\":tftypes.Number<unknown>, \"id\":tftypes.String<unknown>, \"ipv_4_ipam_pool_id\":tftypes.String<unknown>, \"ipv_4_netmask_length\":tftypes.Number<unknown>, \"ipv_6_cidr_block\":tftypes.String<unknown>, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String]<unknown>, \"ipv_6_ipam_pool_id\":tftypes.String<unknown>, \"ipv_6_native\":tftypes.Bool<unknown>, \"ipv_6_netmask_length\":tftypes.Number<unknown>, \"map_public_ip_on_launch\":tftypes.Bool<unknown>, \"network_acl_association_id\":tftypes.String<unknown>, \"outpost_arn\":tftypes.String<unknown>, \"private_dns_name_options_on_launch\":tftypes.Object[\"enable_resource_name_dns_a_record\":tftypes.Bool, \"enable_resource_name_dns_aaaa_record\":tftypes.Bool, \"hostname_type\":tftypes.String]<unknown>, \"subnet_id\":tftypes.String<unknown>, \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]<tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]<\"key\":tftypes.String<\"Name\">, \"value\":tftypes.String<\"example-subnet-2\">>>, \"vpc_id\":tftypes.String<\"vpc-0d6f79f982e895e05\">>" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:347 @module=awscc cfn_type=AWS::EC2::Subnet tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:58.137+0100" | |
| 2025-09-05T10:42:58.138+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Request.Plan.Raw: cfn_type=AWS::EC2::Subnet tf_rpc=ApplyResourceChange value="tftypes.Object[\"assign_ipv_6_address_on_creation\":tftypes.Bool, \"availability_zone\":tftypes.String, \"availability_zone_id\":tftypes.String, \"block_public_access_states\":tftypes.Object[\"internet_gateway_block_mode\":tftypes.String], \"cidr_block\":tftypes.String, \"enable_dns_64\":tftypes.Bool, \"enable_lni_at_device_index\":tftypes.Number, \"id\":tftypes.String, \"ipv_4_ipam_pool_id\":tftypes.String, \"ipv_4_netmask_length\":tftypes.Number, \"ipv_6_cidr_block\":tftypes.String, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String], \"ipv_6_ipam_pool_id\":tftypes.String, \"ipv_6_native\":tftypes.Bool, \"ipv_6_netmask_length\":tftypes.Number, \"map_public_ip_on_launch\":tftypes.Bool, \"network_acl_association_id\":tftypes.String, \"outpost_arn\":tftypes.String, \"private_dns_name_options_on_launch\":tftypes.Object[\"enable_resource_name_dns_a_record\":tftypes.Bool, \"enable_resource_name_dns_aaaa_record\":tftypes.Bool, \"hostname_type\":tftypes.String], \"subnet_id\":tftypes.String, \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]], \"vpc_id\":tftypes.String]<\"assign_ipv_6_address_on_creation\":tftypes.Bool<unknown>, \"availability_zone\":tftypes.String<\"us-east-1a\">, \"availability_zone_id\":tftypes.String<unknown>, \"block_public_access_states\":tftypes.Object[\"internet_gateway_block_mode\":tftypes.String]<unknown>, \"cidr_block\":tftypes.String<\"10.0.1.0/24\">, \"enable_dns_64\":tftypes.Bool<unknown>, \"enable_lni_at_device_index\":tftypes.Number<unknown>, \"id\":tftypes.String<unknown>, \"ipv_4_ipam_pool_id\":tftypes.String<unknown>, \"ipv_4_netmask_length\":tftypes.Number<unknown>, \"ipv_6_cidr_block\":tftypes.String<unknown>, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String]<unknown>, \"ipv_6_ipam_pool_id\":tftypes.String<unknown>, \"ipv_6_native\":tftypes.Bool<unknown>, \"ipv_6_netmask_length\":tftypes.Number<unknown>, \"map_public_ip_on_launch\":tftypes.Bool<unknown>, \"network_acl_association_id\":tftypes.String<unknown>, \"outpost_arn\":tftypes.String<unknown>, \"private_dns_name_options_on_launch\":tftypes.Object[\"enable_resource_name_dns_a_record\":tftypes.Bool, \"enable_resource_name_dns_aaaa_record\":tftypes.Bool, \"hostname_type\":tftypes.String]<unknown>, \"subnet_id\":tftypes.String<unknown>, \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]<tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]<\"key\":tftypes.String<\"Name\">, \"value\":tftypes.String<\"example-subnet-1\">>>, \"vpc_id\":tftypes.String<\"vpc-0d6f79f982e895e05\">>" @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:347 @module=awscc tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:42:58.137+0100" | |
| 2025-09-05T10:42:58.138+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: CloudControl DesiredState: @module=awscc cfn_type=AWS::EC2::Subnet tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b value="{\"AvailabilityZone\":\"us-east-1b\",\"CidrBlock\":\"10.0.2.0/24\",\"Tags\":[{\"Key\":\"Name\",\"Value\":\"example-subnet-2\"}],\"VpcId\":\"vpc-0d6f79f982e895e05\"}" @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:360 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:58.137+0100" | |
| 2025-09-05T10:42:58.138+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: CloudControl DesiredState: @module=awscc tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange value="{\"AvailabilityZone\":\"us-east-1a\",\"CidrBlock\":\"10.0.1.0/24\",\"Tags\":[{\"Key\":\"Name\",\"Value\":\"example-subnet-1\"}],\"VpcId\":\"vpc-0d6f79f982e895e05\"}" @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:360 cfn_type=AWS::EC2::Subnet tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:42:58.137+0100" | |
| 2025-09-05T10:42:58.138+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: cfn_type=AWS::EC2::Subnet | |
| http.request.body= | |
| | {"ClientToken":"terraform-20250905094258137900000005","DesiredState":"{\"AvailabilityZone\":\"us-east-1a\",\"CidrBlock\":\"10.0.1.0/24\",\"Tags\":[{\"Key\":\"Name\",\"Value\":\"example-subnet-1\"}],\"VpcId\":\"vpc-0d6f79f982e895e05\"}","TypeName":"AWS::EC2::Subnet"} | |
| http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request.header.x_amz_target=CloudApiService.CreateResource rpc.method=CreateResource rpc.service=CloudControl @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=awscc http.request.header.amz_sdk_invocation_id=22b110d1-b01c-4d87-87bd-c21849b0381d http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/r,t,u" aws.region=us-east-1 http.method=POST http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.content_type=application/x-amz-json-1.0 net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com tf_aws.signing_region="" tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 http.request.header.x_amz_date=20250905T094258Z http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/awscc http.request.header.x_amz_security_token="*****" http.request_content_length=266 rpc.system=aws-api tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:42:58.138+0100" | |
| 2025-09-05T10:42:58.138+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.content_type=application/x-amz-json-1.0 http.request.header.x_amz_security_token="*****" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/r,t,u" rpc.method=CreateResource http.request.header.x_amz_date=20250905T094258Z @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=awscc cfn_type=AWS::EC2::Subnet http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ tf_aws.sdk=aws-sdk-go-v2 tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b http.request_content_length=266 http.method=POST tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com tf_aws.signing_region="" | |
| http.request.body= | |
| | {"ClientToken":"terraform-20250905094258137900000004","DesiredState":"{\"AvailabilityZone\":\"us-east-1b\",\"CidrBlock\":\"10.0.2.0/24\",\"Tags\":[{\"Key\":\"Name\",\"Value\":\"example-subnet-2\"}],\"VpcId\":\"vpc-0d6f79f982e895e05\"}","TypeName":"AWS::EC2::Subnet"} | |
| http.request.header.amz_sdk_invocation_id=0dd172f2-df32-44a8-bdb3-c00211e36fa3 http.request.header.x_amz_target=CloudApiService.CreateResource rpc.system=aws-api rpc.service=CloudControl tf_resource_type=awscc_ec2_subnet aws.region=us-east-1 timestamp="2025-09-05T10:42:58.138+0100" | |
| 2025-09-05T10:42:58.282+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: http.response.header.content_type=application/x-amz-json-1.0 tf_aws.signing_region="" tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b tf_rpc=ApplyResourceChange cfn_type=AWS::EC2::Subnet http.response_content_length=185 rpc.system=aws-api tf_resource_type=awscc_ec2_subnet @module=awscc | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065378249E9,"Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"9caaf4bf-6fda-4694-9999-040b925000c5","TypeName":"AWS::EC2::Subnet"}} | |
| http.response.header.x_amzn_requestid=1e6eac94-bd7e-46cb-a4b4-b5cc2b9f59a4 http.status_code=200 rpc.method=CreateResource rpc.service=CloudControl @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-east-1 http.response.header.connection=keep-alive http.response.header.date="Fri, 05 Sep 2025 09:42:58 GMT" tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/awscc http.duration=137 timestamp="2025-09-05T10:42:58.276+0100" | |
| 2025-09-05T10:42:58.282+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b http.method=POST http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" rpc.method=GetResourceRequestStatus http.request.header.content_type=application/x-amz-json-1.0 http.request.header.x_amz_date=20250905T094258Z net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com tf_aws.sdk=aws-sdk-go-v2 cfn_type=AWS::EC2::Subnet rpc.system=aws-api http.request_content_length=55 tf_rpc=ApplyResourceChange aws.region=us-east-1 http.request.header.x_amz_security_token="*****" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet | |
| http.request.body= | |
| | {"RequestToken":"9caaf4bf-6fda-4694-9999-040b925000c5"} | |
| http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=awscc http.request.header.amz_sdk_invocation_id=8ce805ee-8d5a-4adf-88f5-772c640d0873 http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ rpc.service=CloudControl tf_aws.signing_region="" timestamp="2025-09-05T10:42:58.281+0100" | |
| 2025-09-05T10:42:58.288+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: http.response_content_length=185 tf_aws.signing_region="" tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 @module=awscc rpc.method=CreateResource rpc.service=CloudControl tf_aws.sdk=aws-sdk-go-v2 tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065378263E9,"Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"7827fc6a-908b-4010-b7ad-2c45a3eff5b4","TypeName":"AWS::EC2::Subnet"}} | |
| http.response.header.content_type=application/x-amz-json-1.0 tf_provider_addr=registry.terraform.io/hashicorp/awscc aws.region=us-east-1 http.status_code=200 rpc.system=aws-api tf_rpc=ApplyResourceChange cfn_type=AWS::EC2::Subnet http.duration=149 http.response.header.connection=keep-alive http.response.header.date="Fri, 05 Sep 2025 09:42:58 GMT" http.response.header.x_amzn_requestid=9005d57d-0456-45d4-9146-f544738730d8 timestamp="2025-09-05T10:42:58.288+0100" | |
| 2025-09-05T10:42:58.289+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: tf_resource_type=awscc_ec2_subnet http.request_content_length=55 rpc.service=CloudControl http.method=POST | |
| http.request.body= | |
| | {"RequestToken":"7827fc6a-908b-4010-b7ad-2c45a3eff5b4"} | |
| http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com cfn_type=AWS::EC2::Subnet http.request.header.content_type=application/x-amz-json-1.0 http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" tf_aws.signing_region="" tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/awscc aws.region=us-east-1 http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.x_amz_security_token="*****" rpc.method=GetResourceRequestStatus @module=awscc http.request.header.x_amz_date=20250905T094258Z tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_rpc=ApplyResourceChange http.request.header.amz_sdk_invocation_id=1a58e1cd-75bc-462e-afce-93caa4236f8c http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" rpc.system=aws-api timestamp="2025-09-05T10:42:58.288+0100" | |
| 2025-09-05T10:42:58.372+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: tf_aws.signing_region="" tf_rpc=ApplyResourceChange http.duration=90 rpc.service=CloudControl http.response.header.x_amzn_requestid=e37b1199-b416-4d52-8362-5b68fe467730 aws.region=us-east-1 | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065378249E9,"Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"9caaf4bf-6fda-4694-9999-040b925000c5","TypeName":"AWS::EC2::Subnet"}} | |
| http.response.header.connection=keep-alive rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_resource_type=awscc_ec2_subnet @module=awscc http.response_content_length=185 rpc.method=GetResourceRequestStatus tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 cfn_type=AWS::EC2::Subnet http.response.header.content_type=application/x-amz-json-1.0 http.response.header.date="Fri, 05 Sep 2025 09:42:58 GMT" http.status_code=200 timestamp="2025-09-05T10:42:58.372+0100" | |
| 2025-09-05T10:42:58.386+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 cfn_type=AWS::EC2::Subnet http.response.header.content_type=application/x-amz-json-1.0 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange aws.region=us-east-1 tf_resource_type=awscc_ec2_subnet http.duration=97 | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065378263E9,"Operation":"CREATE","OperationStatus":"IN_PROGRESS","RequestToken":"7827fc6a-908b-4010-b7ad-2c45a3eff5b4","TypeName":"AWS::EC2::Subnet"}} | |
| http.response.header.x_amzn_requestid=89243dc8-c06e-47af-8d44-e8e9375649fe http.response_content_length=185 rpc.method=GetResourceRequestStatus rpc.system=aws-api @module=awscc http.response.header.connection=keep-alive http.response.header.date="Fri, 05 Sep 2025 09:42:58 GMT" http.status_code=200 rpc.service=CloudControl tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" timestamp="2025-09-05T10:42:58.386+0100" | |
| 2025-09-05T10:43:03.377+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: http.request.header.content_type=application/x-amz-json-1.0 http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" @module=awscc tf_aws.sdk=aws-sdk-go-v2 tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b tf_rpc=ApplyResourceChange http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request.header.x_amz_date=20250905T094303Z | |
| http.request.body= | |
| | {"RequestToken":"9caaf4bf-6fda-4694-9999-040b925000c5"} | |
| http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com rpc.method=GetResourceRequestStatus aws.region=us-east-1 cfn_type=AWS::EC2::Subnet rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.method=POST http.request.header.amz_sdk_invocation_id=d7a82f47-c22e-4893-9ff7-e42c29edfa2a http.request.header.amz_sdk_request="attempt=1; max=25" http.request_content_length=55 rpc.service=CloudControl http.request.header.x_amz_security_token="*****" tf_aws.signing_region="" timestamp="2025-09-05T10:43:03.376+0100" | |
| 2025-09-05T10:43:03.388+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: aws.region=us-east-1 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request_content_length=55 http.request.header.content_type=application/x-amz-json-1.0 net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com @module=awscc http.request.header.x_amz_security_token="*****" http.request.header.x_amz_target=CloudApiService.GetResourceRequestStatus rpc.system=aws-api cfn_type=AWS::EC2::Subnet http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/B,r,t,u" tf_resource_type=awscc_ec2_subnet http.request.header.amz_sdk_invocation_id=ec6c85a6-534b-4dd3-98ba-81f30b738b11 http.request.header.amz_sdk_request="attempt=1; max=25" rpc.method=GetResourceRequestStatus http.method=POST | |
| http.request.body= | |
| | {"RequestToken":"7827fc6a-908b-4010-b7ad-2c45a3eff5b4"} | |
| http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange http.request.header.x_amz_date=20250905T094303Z rpc.service=CloudControl @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 timestamp="2025-09-05T10:43:03.388+0100" | |
| 2025-09-05T10:43:03.477+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.75706538116E9,"Identifier":"subnet-0435f9454e941960a","Operation":"CREATE","OperationStatus":"SUCCESS","RequestToken":"7827fc6a-908b-4010-b7ad-2c45a3eff5b4","TypeName":"AWS::EC2::Subnet"}} | |
| http.response.header.content_type=application/x-amz-json-1.0 http.response.header.x_amzn_requestid=23d17fe2-4081-4424-900d-dba90ac92de9 http.response_content_length=220 rpc.method=GetResourceRequestStatus rpc.service=CloudControl tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_resource_type=awscc_ec2_subnet aws.region=us-east-1 rpc.system=aws-api tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 cfn_type=AWS::EC2::Subnet http.response.header.date="Fri, 05 Sep 2025 09:43:03 GMT" http.status_code=200 tf_aws.signing_region="" @module=awscc http.duration=88 http.response.header.connection=keep-alive tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:43:03.477+0100" | |
| 2025-09-05T10:43:03.478+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: FindResourceByTypeNameAndID: @module=awscc cfn_type=AWS::EC2::Subnet cfTypeName=AWS::EC2::Subnet id=subnet-0435f9454e941960a tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-provider-awscc/internal/service/cloudcontrol/find.go:19 timestamp="2025-09-05T10:43:03.477+0100" | |
| 2025-09-05T10:43:03.479+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: http.response.header.connection=keep-alive http.response_content_length=221 http.status_code=200 tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b tf_resource_type=awscc_ec2_subnet @module=awscc http.duration=102 | |
| http.response.body= | |
| | {"ProgressEvent":{"EventTime":1.757065381152E9,"Identifier":"subnet-056f38e3cf1706d31","Operation":"CREATE","OperationStatus":"SUCCESS","RequestToken":"9caaf4bf-6fda-4694-9999-040b925000c5","TypeName":"AWS::EC2::Subnet"}} | |
| http.response.header.content_type=application/x-amz-json-1.0 http.response.header.date="Fri, 05 Sep 2025 09:43:03 GMT" http.response.header.x_amzn_requestid=c12a7343-5ab5-4186-beb5-b0c69389c964 rpc.service=CloudControl @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-east-1 cfn_type=AWS::EC2::Subnet rpc.method=GetResourceRequestStatus tf_aws.signing_region="" tf_rpc=ApplyResourceChange rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 timestamp="2025-09-05T10:43:03.478+0100" | |
| 2025-09-05T10:43:03.479+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: FindResourceByTypeNameAndID: @caller=github.com/hashicorp/terraform-provider-awscc/internal/service/cloudcontrol/find.go:19 @module=awscc tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange cfTypeName=AWS::EC2::Subnet cfn_type=AWS::EC2::Subnet id=subnet-056f38e3cf1706d31 tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b timestamp="2025-09-05T10:43:03.479+0100" | |
| 2025-09-05T10:43:03.479+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: cfn_type=AWS::EC2::Subnet | |
| http.request.body= | |
| | {"Identifier":"subnet-0435f9454e941960a","TypeName":"AWS::EC2::Subnet"} | |
| http.request.header.content_type=application/x-amz-json-1.0 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/r,t,u" tf_rpc=ApplyResourceChange aws.region=us-east-1 http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.x_amz_security_token="*****" rpc.method=GetResource http.request.header.x_amz_target=CloudApiService.GetResource tf_aws.sdk=aws-sdk-go-v2 tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_resource_type=awscc_ec2_subnet http.method=POST http.request.header.amz_sdk_invocation_id=0ed6b754-d6e8-455c-81ea-dbe30f13251f rpc.service=CloudControl tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.request.header.x_amz_date=20250905T094303Z http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ @module=awscc http.request_content_length=71 net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com rpc.system=aws-api tf_aws.signing_region="" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" timestamp="2025-09-05T10:43:03.479+0100" | |
| 2025-09-05T10:43:03.480+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Request Sent: tf_aws.signing_region="" tf_provider_addr=registry.terraform.io/hashicorp/awscc net.peer.name=cloudcontrolapi.us-east-1.amazonaws.com tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b http.method=POST http.url=https://cloudcontrolapi.us-east-1.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.13.1 (+https://www.terraform.io) terraform-provider-awscc/1.55.0 (+https://registry.terraform.io/providers/hashicorp/awscc) aws-sdk-go-v2/1.38.3 ua/2.1 os/macos lang/go#1.24.6 md/GOOS#darwin md/GOARCH#arm64 api/cloudcontrol#1.28.2 m/r,t,u" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.request.header.x_amz_target=CloudApiService.GetResource rpc.system=aws-api tf_resource_type=awscc_ec2_subnet @module=awscc aws.region=us-east-1 | |
| http.request.body= | |
| | {"Identifier":"subnet-056f38e3cf1706d31","TypeName":"AWS::EC2::Subnet"} | |
| http.request.header.x_amz_date=20250905T094303Z http.request.header.x_amz_security_token="*****" tf_aws.sdk=aws-sdk-go-v2 cfn_type=AWS::EC2::Subnet http.request.header.amz_sdk_invocation_id=e62d23d7-2abd-40f6-9384-82d136df1fc0 http.request.header.amz_sdk_request="attempt=1; max=25" http.request_content_length=71 rpc.service=CloudControl tf_rpc=ApplyResourceChange http.request.header.authorization="AWS4-HMAC-SHA256 Credential=ASIA************CL63/20250905/us-east-1/cloudcontrolapi/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=*****" http.request.header.content_type=application/x-amz-json-1.0 rpc.method=GetResource timestamp="2025-09-05T10:43:03.479+0100" | |
| 2025-09-05T10:43:03.829+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: http.duration=348 http.response.header.x_amzn_requestid=9b872711-34e9-4630-bf80-108b7fc03ce5 http.response_content_length=736 rpc.method=GetResource tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet @module=awscc http.response.header.connection=keep-alive http.response.header.content_type=application/x-amz-json-1.0 rpc.service=CloudControl rpc.system=aws-api tf_aws.sdk=aws-sdk-go-v2 tf_aws.signing_region="" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-east-1 cfn_type=AWS::EC2::Subnet tf_rpc=ApplyResourceChange | |
| http.response.body= | |
| | {"ResourceDescription":{"Identifier":"subnet-056f38e3cf1706d31","Properties":"{\"MapPublicIpOnLaunch\":false,\"EnableDns64\":false,\"AvailabilityZoneId\":\"use1-az1\",\"AvailabilityZone\":\"us-east-1b\",\"CidrBlock\":\"10.0.2.0/24\",\"SubnetId\":\"subnet-056f38e3cf1706d31\",\"BlockPublicAccessStates\":{\"InternetGatewayBlockMode\":\"off\"},\"AssignIpv6AddressOnCreation\":false,\"VpcId\":\"vpc-0d6f79f982e895e05\",\"NetworkAclAssociationId\":\"aclassoc-015af53aa59156709\",\"PrivateDnsNameOptionsOnLaunch\":{\"EnableResourceNameDnsARecord\":false,\"HostnameType\":\"ip-name\",\"EnableResourceNameDnsAAAARecord\":false},\"Ipv6Native\":false,\"Tags\":[{\"Value\":\"example-subnet-2\",\"Key\":\"Name\"}]}"},"TypeName":"AWS::EC2::Subnet"} | |
| http.response.header.date="Fri, 05 Sep 2025 09:43:03 GMT" http.status_code=200 tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b timestamp="2025-09-05T10:43:03.828+0100" | |
| 2025-09-05T10:43:03.829+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: ResourceDescription.ResourceModel: tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b @caller=github.com/hashicorp/terraform-provider-awscc/internal/service/cloudcontrol/find.go:52 cfn_type=AWS::EC2::Subnet tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange value="{\"MapPublicIpOnLaunch\":false,\"EnableDns64\":false,\"AvailabilityZoneId\":\"use1-az1\",\"AvailabilityZone\":\"us-east-1b\",\"CidrBlock\":\"10.0.2.0/24\",\"SubnetId\":\"subnet-056f38e3cf1706d31\",\"BlockPublicAccessStates\":{\"InternetGatewayBlockMode\":\"off\"},\"AssignIpv6AddressOnCreation\":false,\"VpcId\":\"vpc-0d6f79f982e895e05\",\"NetworkAclAssociationId\":\"aclassoc-015af53aa59156709\",\"PrivateDnsNameOptionsOnLaunch\":{\"EnableResourceNameDnsARecord\":false,\"HostnameType\":\"ip-name\",\"EnableResourceNameDnsAAAARecord\":false},\"Ipv6Native\":false,\"Tags\":[{\"Value\":\"example-subnet-2\",\"Key\":\"Name\"}]}" @module=awscc timestamp="2025-09-05T10:43:03.829+0100" | |
| 2025-09-05T10:43:03.832+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Response.State.Raw: @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:428 tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b tf_resource_type=awscc_ec2_subnet value="tftypes.Object[\"assign_ipv_6_address_on_creation\":tftypes.Bool, \"availability_zone\":tftypes.String, \"availability_zone_id\":tftypes.String, \"block_public_access_states\":tftypes.Object[\"internet_gateway_block_mode\":tftypes.String], \"cidr_block\":tftypes.String, \"enable_dns_64\":tftypes.Bool, \"enable_lni_at_device_index\":tftypes.Number, \"id\":tftypes.String, \"ipv_4_ipam_pool_id\":tftypes.String, \"ipv_4_netmask_length\":tftypes.Number, \"ipv_6_cidr_block\":tftypes.String, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String], \"ipv_6_ipam_pool_id\":tftypes.String, \"ipv_6_native\":tftypes.Bool, \"ipv_6_netmask_length\":tftypes.Number, \"map_public_ip_on_launch\":tftypes.Bool, \"network_acl_association_id\":tftypes.String, \"outpost_arn\":tftypes.String, \"private_dns_name_options_on_launch\":tftypes.Object[\"enable_resource_name_dns_a_record\":tftypes.Bool, \"enable_resource_name_dns_aaaa_record\":tftypes.Bool, \"hostname_type\":tftypes.String], \"subnet_id\":tftypes.String, \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]], \"vpc_id\":tftypes.String]<\"assign_ipv_6_address_on_creation\":tftypes.Bool<\"false\">, \"availability_zone\":tftypes.String<\"us-east-1b\">, \"availability_zone_id\":tftypes.String<\"use1-az1\">, \"block_public_access_states\":tftypes.Object[\"internet_gateway_block_mode\":tftypes.String]<\"internet_gateway_block_mode\":tftypes.String<\"off\">>, \"cidr_block\":tftypes.String<\"10.0.2.0/24\">, \"enable_dns_64\":tftypes.Bool<\"false\">, \"enable_lni_at_device_index\":tftypes.Number<null>, \"id\":tftypes.String<\"subnet-056f38e3cf1706d31\">, \"ipv_4_ipam_pool_id\":tftypes.String<null>, \"ipv_4_netmask_length\":tftypes.Number<null>, \"ipv_6_cidr_block\":tftypes.String<null>, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String]<null>, \"ipv_6_ipam_pool_id\":tftypes.String<null>, \"ipv_6_native\":tftypes.Bool<\"false\">, \"ipv_6_netmask_length\":tftypes.Number<null>, \"map_public_ip_on_launch\":tftypes.Bool<\"false\">, \"network_acl_association_id\":tftypes.String<\"aclassoc-015af53aa59156709\">, \"outpost_arn\":tftypes.String<null>, \"private_dns_name_options_on_launch\":tftypes.Object[\"enable_resource_name_dns_a_record\":tftypes.Bool, \"enable_resource_name_dns_aaaa_record\":tftypes.Bool, \"hostname_type\":tftypes.String]<\"enable_resource_name_dns_a_record\":tftypes.Bool<\"false\">, \"enable_resource_name_dns_aaaa_record\":tftypes.Bool<\"false\">, \"hostname_type\":tftypes.String<\"ip-name\">>, \"subnet_id\":tftypes.String<\"subnet-056f38e3cf1706d31\">, \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]<tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]<\"key\":tftypes.String<\"Name\">, \"value\":tftypes.String<\"example-subnet-2\">>>, \"vpc_id\":tftypes.String<\"vpc-0d6f79f982e895e05\">>" @module=awscc cfn_type=AWS::EC2::Subnet tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:43:03.831+0100" | |
| 2025-09-05T10:43:03.833+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=tags[0].value tf_resource_type=awscc_ec2_subnet @module=sdk.framework timestamp="2025-09-05T10:43:03.832+0100" | |
| 2025-09-05T10:43:03.833+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=tags[0].key tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:43:03.832+0100" | |
| 2025-09-05T10:43:03.833+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=tags[0] tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:43:03.832+0100" | |
| 2025-09-05T10:43:03.833+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=tags tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b timestamp="2025-09-05T10:43:03.832+0100" | |
| 2025-09-05T10:43:03.833+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 tf_attribute_path=cidr_block tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:43:03.833+0100" | |
| 2025-09-05T10:43:03.833+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b tf_resource_type=awscc_ec2_subnet tf_attribute_path=availability_zone tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:43:03.833+0100" | |
| 2025-09-05T10:43:03.833+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_req_id=d52ed3f9-a420-d020-36c4-c15df68c101b tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange @module=sdk.framework tf_attribute_path=vpc_id tf_provider_addr=registry.terraform.io/hashicorp/awscc @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-09-05T10:43:03.833+0100" | |
| 2025-09-05T10:43:03.842+0100 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot | |
| 2025-09-05T10:43:03.856+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: HTTP Response Received: rpc.service=CloudControl tf_resource_type=awscc_ec2_subnet http.duration=376 rpc.method=GetResource tf_aws.sdk=aws-sdk-go-v2 http.response.header.x_amzn_requestid=163a0f54-2816-4854-b964-98ba40f04eea @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-east-1 rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange | |
| http.response.body= | |
| | {"ResourceDescription":{"Identifier":"subnet-0435f9454e941960a","Properties":"{\"MapPublicIpOnLaunch\":false,\"EnableDns64\":false,\"AvailabilityZoneId\":\"use1-az6\",\"AvailabilityZone\":\"us-east-1a\",\"CidrBlock\":\"10.0.1.0/24\",\"SubnetId\":\"subnet-0435f9454e941960a\",\"BlockPublicAccessStates\":{\"InternetGatewayBlockMode\":\"off\"},\"AssignIpv6AddressOnCreation\":false,\"VpcId\":\"vpc-0d6f79f982e895e05\",\"NetworkAclAssociationId\":\"aclassoc-015af53aa59156709\",\"PrivateDnsNameOptionsOnLaunch\":{\"EnableResourceNameDnsARecord\":false,\"HostnameType\":\"ip-name\",\"EnableResourceNameDnsAAAARecord\":false},\"Ipv6Native\":false,\"Tags\":[{\"Value\":\"example-subnet-1\",\"Key\":\"Name\"}]}"},"TypeName":"AWS::EC2::Subnet"} | |
| http.response.header.connection=keep-alive http.response_content_length=736 tf_aws.signing_region="" tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 @module=awscc cfn_type=AWS::EC2::Subnet http.response.header.content_type=application/x-amz-json-1.0 http.response.header.date="Fri, 05 Sep 2025 09:43:03 GMT" http.status_code=200 timestamp="2025-09-05T10:43:03.856+0100" | |
| 2025-09-05T10:43:03.856+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: ResourceDescription.ResourceModel: tf_rpc=ApplyResourceChange value="{\"MapPublicIpOnLaunch\":false,\"EnableDns64\":false,\"AvailabilityZoneId\":\"use1-az6\",\"AvailabilityZone\":\"us-east-1a\",\"CidrBlock\":\"10.0.1.0/24\",\"SubnetId\":\"subnet-0435f9454e941960a\",\"BlockPublicAccessStates\":{\"InternetGatewayBlockMode\":\"off\"},\"AssignIpv6AddressOnCreation\":false,\"VpcId\":\"vpc-0d6f79f982e895e05\",\"NetworkAclAssociationId\":\"aclassoc-015af53aa59156709\",\"PrivateDnsNameOptionsOnLaunch\":{\"EnableResourceNameDnsARecord\":false,\"HostnameType\":\"ip-name\",\"EnableResourceNameDnsAAAARecord\":false},\"Ipv6Native\":false,\"Tags\":[{\"Value\":\"example-subnet-1\",\"Key\":\"Name\"}]}" @module=awscc cfn_type=AWS::EC2::Subnet tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/terraform-provider-awscc/internal/service/cloudcontrol/find.go:52 timestamp="2025-09-05T10:43:03.856+0100" | |
| 2025-09-05T10:43:03.857+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Response.State.Raw: tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange value="tftypes.Object[\"assign_ipv_6_address_on_creation\":tftypes.Bool, \"availability_zone\":tftypes.String, \"availability_zone_id\":tftypes.String, \"block_public_access_states\":tftypes.Object[\"internet_gateway_block_mode\":tftypes.String], \"cidr_block\":tftypes.String, \"enable_dns_64\":tftypes.Bool, \"enable_lni_at_device_index\":tftypes.Number, \"id\":tftypes.String, \"ipv_4_ipam_pool_id\":tftypes.String, \"ipv_4_netmask_length\":tftypes.Number, \"ipv_6_cidr_block\":tftypes.String, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String], \"ipv_6_ipam_pool_id\":tftypes.String, \"ipv_6_native\":tftypes.Bool, \"ipv_6_netmask_length\":tftypes.Number, \"map_public_ip_on_launch\":tftypes.Bool, \"network_acl_association_id\":tftypes.String, \"outpost_arn\":tftypes.String, \"private_dns_name_options_on_launch\":tftypes.Object[\"enable_resource_name_dns_a_record\":tftypes.Bool, \"enable_resource_name_dns_aaaa_record\":tftypes.Bool, \"hostname_type\":tftypes.String], \"subnet_id\":tftypes.String, \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]], \"vpc_id\":tftypes.String]<\"assign_ipv_6_address_on_creation\":tftypes.Bool<\"false\">, \"availability_zone\":tftypes.String<\"us-east-1a\">, \"availability_zone_id\":tftypes.String<\"use1-az6\">, \"block_public_access_states\":tftypes.Object[\"internet_gateway_block_mode\":tftypes.String]<\"internet_gateway_block_mode\":tftypes.String<\"off\">>, \"cidr_block\":tftypes.String<\"10.0.1.0/24\">, \"enable_dns_64\":tftypes.Bool<\"false\">, \"enable_lni_at_device_index\":tftypes.Number<null>, \"id\":tftypes.String<\"subnet-0435f9454e941960a\">, \"ipv_4_ipam_pool_id\":tftypes.String<null>, \"ipv_4_netmask_length\":tftypes.Number<null>, \"ipv_6_cidr_block\":tftypes.String<null>, \"ipv_6_cidr_blocks\":tftypes.List[tftypes.String]<null>, \"ipv_6_ipam_pool_id\":tftypes.String<null>, \"ipv_6_native\":tftypes.Bool<\"false\">, \"ipv_6_netmask_length\":tftypes.Number<null>, \"map_public_ip_on_launch\":tftypes.Bool<\"false\">, \"network_acl_association_id\":tftypes.String<\"aclassoc-015af53aa59156709\">, \"outpost_arn\":tftypes.String<null>, \"private_dns_name_options_on_launch\":tftypes.Object[\"enable_resource_name_dns_a_record\":tftypes.Bool, \"enable_resource_name_dns_aaaa_record\":tftypes.Bool, \"hostname_type\":tftypes.String]<\"enable_resource_name_dns_a_record\":tftypes.Bool<\"false\">, \"enable_resource_name_dns_aaaa_record\":tftypes.Bool<\"false\">, \"hostname_type\":tftypes.String<\"ip-name\">>, \"subnet_id\":tftypes.String<\"subnet-0435f9454e941960a\">, \"tags\":tftypes.List[tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]]<tftypes.Object[\"key\":tftypes.String, \"value\":tftypes.String]<\"key\":tftypes.String<\"Name\">, \"value\":tftypes.String<\"example-subnet-1\">>>, \"vpc_id\":tftypes.String<\"vpc-0d6f79f982e895e05\">>" tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 @caller=github.com/hashicorp/terraform-provider-awscc/internal/generic/resource.go:428 @module=awscc cfn_type=AWS::EC2::Subnet timestamp="2025-09-05T10:43:03.857+0100" | |
| 2025-09-05T10:43:03.857+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_attribute_path=availability_zone tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 @module=sdk.framework timestamp="2025-09-05T10:43:03.857+0100" | |
| 2025-09-05T10:43:03.858+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_attribute_path=tags[0].key tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_resource_type=awscc_ec2_subnet timestamp="2025-09-05T10:43:03.857+0100" | |
| 2025-09-05T10:43:03.858+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=tags[0].value tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:43:03.857+0100" | |
| 2025-09-05T10:43:03.858+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=tags[0] tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:43:03.857+0100" | |
| 2025-09-05T10:43:03.858+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=tags tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_resource_type=awscc_ec2_subnet tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 timestamp="2025-09-05T10:43:03.857+0100" | |
| 2025-09-05T10:43:03.858+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 @module=sdk.framework tf_attribute_path=cidr_block tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_resource_type=awscc_ec2_subnet tf_provider_addr=registry.terraform.io/hashicorp/awscc tf_rpc=ApplyResourceChange timestamp="2025-09-05T10:43:03.857+0100" | |
| 2025-09-05T10:43:03.858+0100 [DEBUG] provider.terraform-provider-awscc_v1.55.0: Value switched to prior value due to semantic equality logic: tf_req_id=3efccf0c-774f-abaa-5464-847a630346c5 tf_rpc=ApplyResourceChange @module=sdk.framework tf_attribute_path=vpc_id tf_resource_type=awscc_ec2_subnet @caller=github.com/hashicorp/[email protected]/internal/fwschemadata/value_semantic_equality.go:91 tf_provider_addr=registry.terraform.io/hashicorp/awscc timestamp="2025-09-05T10:43:03.858+0100" | |
| 2025-09-05T10:43:03.864+0100 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot | |
| 2025-09-05T10:43:03.875+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
| 2025-09-05T10:43:03.877+0100 [INFO] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/awscc/1.55.0/darwin_arm64/terraform-provider-awscc_v1.55.0 id=21665 | |
| 2025-09-05T10:43:03.877+0100 [DEBUG] provider: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment