Created
November 13, 2023 15:24
-
-
Save todd-dsm/8d1f28026db9f339d8af2dfbcb418ecc to your computer and use it in GitHub Desktop.
log file during policy creation
This file contains 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
2023-11-12T19:15:43.027-0800 [INFO] Terraform version: 1.6.3 | |
2023-11-12T19:15:43.027-0800 [DEBUG] using github.com/hashicorp/go-tfe v1.36.0 | |
2023-11-12T19:15:43.027-0800 [DEBUG] using github.com/hashicorp/hcl/v2 v2.19.1 | |
2023-11-12T19:15:43.027-0800 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 | |
2023-11-12T19:15:43.027-0800 [DEBUG] using github.com/zclconf/go-cty v1.14.1 | |
2023-11-12T19:15:43.027-0800 [INFO] Go runtime version: go1.21.3 | |
2023-11-12T19:15:43.027-0800 [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.3/terraform", "fmt", "-recursive=true"} | |
2023-11-12T19:15:43.027-0800 [DEBUG] Attempting to open CLI config file: /Users/thomas/.terraformrc | |
2023-11-12T19:15:43.027-0800 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2023-11-12T19:15:43.028-0800 [DEBUG] checking for credentials in "/Users/thomas/.terraform.d/plugins" | |
2023-11-12T19:15:43.028-0800 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2023-11-12T19:15:43.028-0800 [DEBUG] will search for provider plugins in /Users/thomas/.terraform.d/plugins | |
2023-11-12T19:15:43.029-0800 [DEBUG] ignoring non-existing provider search directory /Users/thomas/Library/Application Support/io.terraform/plugins | |
2023-11-12T19:15:43.029-0800 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2023-11-12T19:15:43.029-0800 [INFO] CLI command args: []string{"fmt", "-recursive=true"} | |
2023-11-12T19:15:43.084-0800 [INFO] Terraform version: 1.6.3 | |
2023-11-12T19:15:43.084-0800 [DEBUG] using github.com/hashicorp/go-tfe v1.36.0 | |
2023-11-12T19:15:43.084-0800 [DEBUG] using github.com/hashicorp/hcl/v2 v2.19.1 | |
2023-11-12T19:15:43.084-0800 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 | |
2023-11-12T19:15:43.084-0800 [DEBUG] using github.com/zclconf/go-cty v1.14.1 | |
2023-11-12T19:15:43.084-0800 [INFO] Go runtime version: go1.21.3 | |
2023-11-12T19:15:43.084-0800 [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.3/terraform", "plan", "-no-color", "-out=/tmp/tf-gitops-demo.plan"} | |
2023-11-12T19:15:43.084-0800 [DEBUG] Attempting to open CLI config file: /Users/thomas/.terraformrc | |
2023-11-12T19:15:43.084-0800 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2023-11-12T19:15:43.084-0800 [DEBUG] checking for credentials in "/Users/thomas/.terraform.d/plugins" | |
2023-11-12T19:15:43.084-0800 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2023-11-12T19:15:43.084-0800 [DEBUG] will search for provider plugins in /Users/thomas/.terraform.d/plugins | |
2023-11-12T19:15:43.084-0800 [DEBUG] ignoring non-existing provider search directory /Users/thomas/Library/Application Support/io.terraform/plugins | |
2023-11-12T19:15:43.084-0800 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2023-11-12T19:15:43.084-0800 [INFO] CLI command args: []string{"plan", "-no-color", "-out=/tmp/tf-gitops-demo.plan"} | |
2023-11-12T19:15:43.089-0800 [DEBUG] backend-s3.aws-base: Resolving credentials provider: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:15:43.090-0800 [DEBUG] backend-s3.aws-base: Using profile: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage tf_aws.profile=thomas tf_aws.profile.source=envvar | |
2023-11-12T19:15:43.090-0800 [DEBUG] backend-s3.aws-base: Using shared configuration files: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage tf_aws.shared_config_files.source=envvar tf_aws.shared_config_files=["/Users/thomas/.aws/config"] | |
2023-11-12T19:15:43.090-0800 [DEBUG] backend-s3.aws-base: Loading profile: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage tf_aws.profile=thomas | |
2023-11-12T19:15:43.090-0800 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:15:43.090-0800 [DEBUG] backend-s3.aws-base: Retrieving credentials: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:15:43.091-0800 [INFO] backend-s3.aws-base: Retrieved credentials: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage tf_aws.credentials_source="SharedConfigCredentials: /Users/thomas/.aws/credentials" | |
2023-11-12T19:15:43.091-0800 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:15:43.091-0800 [DEBUG] backend-s3.aws-base: Retrieving caller identity from STS: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:15:43.092-0800 [DEBUG] backend-s3.aws-base: HTTP Request Sent: aws.operation=GetCallerIdentity aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=STS tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.method=POST http.url=https://sts.us-west-2.amazonaws.com/ net.peer.name=sts.us-west-2.amazonaws.com http.request_content_length=43 http.request.header.content_type=application/x-www-form-urlencoded http.request.header.amz_sdk_request="attempt=1; max=5" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.21.5" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.x_amz_date=20231113T031543Z http.request.header.amz_sdk_invocation_id=9295d773-4280-44b8-acb1-7fb87e63ac8c | |
http.request.body= | |
| Action=GetCallerIdentity&Version=2011-06-15 | |
2023-11-12T19:15:45.340-0800 [DEBUG] backend-s3.aws-base: HTTP Response Received: aws.operation=GetCallerIdentity aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=STS tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
http.response.body= | |
| <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| <GetCallerIdentityResult> | |
| <Arn>arn:aws:iam::405322537961:user/thomas</Arn> | |
| <UserId>AIDA*************C3R3</UserId> | |
| <Account>405322537961</Account> | |
| </GetCallerIdentityResult> | |
| <ResponseMetadata> | |
| <RequestId>a8f604fd-c04b-48e8-b9c8-0f62d7244a58</RequestId> | |
| </ResponseMetadata> | |
| </GetCallerIdentityResponse> | |
http.duration=2247 http.status_code=200 http.response_content_length=403 http.response.header.x_amzn_requestid=a8f604fd-c04b-48e8-b9c8-0f62d7244a58 http.response.header.content_type=text/xml http.response.header.date="Mon, 13 Nov 2023 03:15:44 GMT" | |
2023-11-12T19:15:45.342-0800 [INFO] backend-s3.aws-base: Retrieved caller identity from STS: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:15:45.342-0800 [DEBUG] backend-s3.aws-base: Retrieving caller identity from STS: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:15:45.343-0800 [DEBUG] backend-s3.aws-base: HTTP Request Sent: aws.operation=GetCallerIdentity aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=STS tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.request.header.amz_sdk_request="attempt=1; max=5" net.peer.name=sts.us-west-2.amazonaws.com http.request_content_length=43 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.21.5" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.x_amz_date=20231113T031545Z http.request.header.content_type=application/x-www-form-urlencoded http.request.header.amz_sdk_invocation_id=491ab6a0-33cb-48c0-b952-8077ba851056 | |
http.request.body= | |
| Action=GetCallerIdentity&Version=2011-06-15 | |
http.method=POST http.url=https://sts.us-west-2.amazonaws.com/ | |
2023-11-12T19:15:45.383-0800 [DEBUG] backend-s3.aws-base: HTTP Response Received: aws.operation=GetCallerIdentity aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=STS tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.duration=40 http.status_code=200 http.response_content_length=403 http.response.header.date="Mon, 13 Nov 2023 03:15:44 GMT" http.response.header.x_amzn_requestid=90daeb55-bda8-447d-a687-176a9ddd5cb4 http.response.header.content_type=text/xml | |
http.response.body= | |
| <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| <GetCallerIdentityResult> | |
| <Arn>arn:aws:iam::405322537961:user/thomas</Arn> | |
| <UserId>AIDA*************C3R3</UserId> | |
| <Account>405322537961</Account> | |
| </GetCallerIdentityResult> | |
| <ResponseMetadata> | |
| <RequestId>90daeb55-bda8-447d-a687-176a9ddd5cb4</RequestId> | |
| </ResponseMetadata> | |
| </GetCallerIdentityResponse> | |
2023-11-12T19:15:45.384-0800 [INFO] backend-s3.aws-base: Retrieved caller identity from STS: tf_backend.operation=Configure tf_backend.req_id=e2bdecdd-dcd9-4c97-e857-944c717e8c76 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:15:45.635-0800 [DEBUG] checking for provisioner in "." | |
2023-11-12T19:15:45.635-0800 [DEBUG] checking for provisioner in "/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.3" | |
2023-11-12T19:15:45.635-0800 [DEBUG] checking for provisioner in "/Users/thomas/.terraform.d/plugins" | |
2023-11-12T19:15:45.637-0800 [INFO] backend/local: starting Plan operation | |
2023-11-12T19:15:45.642-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=ListObjectsV2 aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Workspaces tf_backend.req_id=923092f1-d783-14d7-7011-3b730a7a9587 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.workspace-prefix=env:/ http.method=GET http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.amz_sdk_invocation_id=898a2b58-e916-43b7-a40e-696658938b5d http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.url="https://tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com/?list-type=2&max-keys=1000&prefix=env%3A%2F" net.peer.name=tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/s3#1.38.5" http.request.header.accept_encoding=identity http.request.header.x_amz_date=20231113T031545Z http.request.body="" | |
2023-11-12T19:15:48.198-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=ListObjectsV2 aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Workspaces tf_backend.req_id=923092f1-d783-14d7-7011-3b730a7a9587 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.workspace-prefix=env:/ http.response.header.x_amz_bucket_region=us-west-2 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>tf-state-gitops-demo-stage</Name><Prefix>env:/</Prefix><KeyCount>0</KeyCount><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult> | |
http.response.header.content_type=application/xml http.response.header.x_amz_request_id=H6S82RGJN7NA73M6 http.response.header.server=AmazonS3 http.response.header.x_amz_id_2="cSVJWVf4255RE7mKZPZkN88ID/1K8vrkIuAFwRU1vmtIbm3xJsgQSsesnu1E7QDgY8eyNjC9+P3vDlIcDzfI8Q==" http.response.header.date="Mon, 13 Nov 2023 03:15:49 GMT" http.duration=2555 http.status_code=200 | |
2023-11-12T19:15:48.201-0800 [INFO] backend-s3: Locking remote state: tf_backend.lock.id=714fd729-bfde-4173-35a8-8ce6f677164d tf_backend.lock.info="" tf_backend.lock.operation=OperationTypePlan tf_backend.lock.path=tf-state-gitops-demo-stage/env/stage tf_backend.lock.version=1.6.3 [email protected] tf_backend.operation=Lock tf_backend.req_id=c1ea8469-0884-166d-6763-78df83468c36 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:15:48.206-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=PutItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=714fd729-bfde-4173-35a8-8ce6f677164d tf_backend.lock.info="" tf_backend.lock.operation=OperationTypePlan tf_backend.lock.path=tf-state-gitops-demo-stage/env/stage tf_backend.lock.version=1.6.3 [email protected] tf_backend.operation=Lock tf_backend.req_id=c1ea8469-0884-166d-6763-78df83468c36 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.request.header.amz_sdk_invocation_id=1cc84298-0c82-4b8a-b95a-a469f34a2c11 http.request.header.content_type=application/x-amz-json-1.0 | |
http.request.body= | |
| {"ConditionExpression":"attribute_not_exists(LockID)","Item":{"LockID":{"S":"tf-state-gitops-demo-stage/env/stage"},"Info":{"S":"{\"ID\":\"714fd729-bfde-4173-35a8-8ce6f677164d\",\"Operation\":\"OperationTypePlan\",\"Info\":\"\",\"Who\":\"[email protected]\",\"Version\":\"1.6.3\",\"Created\":\"2023-11-13T03:15:48.198911Z\",\"Path\":\"tf-state-gitops-demo-stage/env/stage\"}"}},"TableName":"tf-state-gitops-demo-stage-lock"} | |
net.peer.name=dynamodb.us-west-2.amazonaws.com http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/dynamodb/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-target, Signature=*****" http.request_content_length=425 http.request.header.x_amz_target=DynamoDB_20120810.PutItem http.url=https://dynamodb.us-west-2.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/dynamodb#1.21.1" http.request.header.accept_encoding=identity http.request.header.amz_sdk_request="attempt=1; max=5" http.method=POST http.request.header.x_amz_date=20231113T031548Z | |
2023-11-12T19:15:50.509-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=PutItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=714fd729-bfde-4173-35a8-8ce6f677164d tf_backend.lock.info="" tf_backend.lock.operation=OperationTypePlan tf_backend.lock.path=tf-state-gitops-demo-stage/env/stage tf_backend.lock.version=1.6.3 [email protected] tf_backend.operation=Lock tf_backend.req_id=c1ea8469-0884-166d-6763-78df83468c36 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.status_code=200 http.response.header.content_type=application/x-amz-json-1.0 http.response.header.connection=keep-alive http.response.header.x_amz_crc32=2745614147 http.response.header.server=Server http.response.header.date="Mon, 13 Nov 2023 03:15:50 GMT" | |
http.response.body= | |
| {} | |
http.duration=2303 http.response_content_length=2 http.response.header.x_amzn_requestid=2GFQHN7QCH3IV7LBIDO9E0PINRVV4KQNSO5AEMVJF66Q9ASUAAJG | |
2023-11-12T19:15:50.510-0800 [INFO] backend-s3: Downloading remote state: tf_backend.operation=Get tf_backend.req_id=99611140-afa2-cc29-5684-d4c3357fbd75 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:15:50.512-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=HeadObject aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Get tf_backend.req_id=99611140-afa2-cc29-5684-d4c3357fbd75 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.method=HEAD http.url=https://tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com/env/stage net.peer.name=tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.x_amz_date=20231113T031550Z http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/s3#1.38.5" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.amz_sdk_invocation_id=b176a600-0372-4997-b303-4bd64be99480 http.request.header.accept_encoding=identity http.request.header.amz_sdk_request="attempt=1; max=5" http.request.body="" | |
2023-11-12T19:15:50.559-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=HeadObject aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Get tf_backend.req_id=99611140-afa2-cc29-5684-d4c3357fbd75 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.response.header.content_type=application/json http.response.header.etag="\"91933ee9a9446b1cac51aec5823656ee\"" http.response.header.x_amz_request_id=MPSKZ6G7AFHJDGFM http.response.header.date="Mon, 13 Nov 2023 03:15:51 GMT" http.response.body="" http.response.header.x_amz_id_2="QYYW7p7Yg2IcQh+9AeK5ENxStdO56H3IR3ovDSqxJSLaCrtBI/Ce6+LxPDUIYrNWlrkx21XpeSnmKFp/jOa0Vw==" http.response.header.accept_ranges=bytes http.response.header.last_modified="Mon, 13 Nov 2023 03:05:10 GMT" http.response.header.server=AmazonS3 http.response.header.x_amz_server_side_encryption=AES256 http.response_content_length=24750 http.response.header.x_amz_version_id=1dOeB4iCKNLuRGO668S6xiNw.b_utsfN http.duration=46 http.status_code=200 | |
2023-11-12T19:15:50.561-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=GetObject aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Get tf_backend.req_id=99611140-afa2-cc29-5684-d4c3357fbd75 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage net.peer.name=tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com http.request.header.range=bytes=0-5242879 http.request.body="" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;range;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_date=20231113T031550Z http.request.header.amz_sdk_invocation_id=f0985d1c-a87b-48ac-aa8d-36911b1cd316 http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.header.accept_encoding=identity http.method=GET http.url=https://tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com/env/stage?x-id=GetObject http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/s3#1.38.5 ft/s3-transfer" http.request.header.amz_sdk_request="attempt=1; max=5" | |
2023-11-12T19:15:50.668-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=GetObject aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Get tf_backend.req_id=99611140-afa2-cc29-5684-d4c3357fbd75 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.response_content_length=24750 http.response.header.x_amz_id_2="6oyoDOJX9qEZukVYRDC2Sm8kAjLLN0aHIeRQtAY1HWWYt/UXVaJWI+E1XKNDrHacnh/ul4fgURtvBt1tgbEPvA==" http.response.header.x_amz_request_id=MPSYSSSS3B9W1YMB http.response.header.etag="\"91933ee9a9446b1cac51aec5823656ee\"" | |
http.response.body= | |
| { | |
| "version": 4, | |
| "terraform_version": "1.5.1", | |
| "serial": 52, | |
| "lineage": "68a9e0f6-d029-1c46-3ddc-52d8613cd815", | |
| "outputs": { | |
| "iam_user": { | |
| "value": "thomas", | |
| "type": "string" | |
| }, | |
| "partition": { | |
| "value": "aws", | |
| "type": "string" | |
| } | |
| }, | |
| "resources": [ | |
| { | |
| "mode": "data", | |
| "type": "aws_caller_identity", | |
| "name": "current", | |
| "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
| "instances": [ | |
| { | |
| "schema_version": 0, | |
| "attributes": { | |
| "account_id": "405322537961", | |
| "arn": "arn:aws:iam::405322537961:user/thomas", | |
| "id": "405322537961", | |
| "user_id": "AIDA*************C3R3" | |
| }, | |
| "sensitive_attributes": [] | |
| } | |
| ] | |
| }, | |
| { | |
| "mode": "data", | |
| "type": "aws_partition", | |
| "name": "found", | |
| "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
| "instances": [ | |
| { | |
| "schema_version": 0, | |
| "attributes": { | |
| "dns_suffix": "amazonaws.com", | |
| "id": "aws", | |
| "partition": "aws", | |
| "reverse_dns_prefix": "com.amazonaws" | |
| }, | |
| "sensitive_attributes": [] | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "module.clusters", | |
| "mode": "data", | |
| "type": "aws_availability_zones", | |
| "name": "available", | |
| "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
| "instances": [ | |
| { | |
| "schema_version": 0, | |
| "attributes": { | |
| "all_availability_zones": null, | |
| "exclude_names": null, | |
| "exclude_zone_ids": null, | |
| "filter": null, | |
| "group_names": [ | |
| "us-west-2" | |
| ], | |
| "id": "us-west-2", | |
| "names": [ | |
| "us-west-2a", | |
| "us-west-2b", | |
| "us-west-2c", | |
| "us-west-2d" | |
| ], | |
| "state": "available", | |
| "timeouts": null, | |
| "zone_ids": [ | |
| "usw2-az1", | |
| "usw2-az2", | |
| "usw2-az3", | |
| "usw2-az4" | |
| ] | |
| }, | |
| "sensitive_attributes": [] | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "module.clusters", | |
| "mode": "data", | |
| "type": "aws_iam_policy_document", | |
| "name": "flow_logs_assume_policy", | |
| "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
| "instances": [ | |
| { | |
| "schema_version": 0, | |
| "attributes": { | |
| "id": "2717921857", | |
| "json": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": {\n \"Service\": \"vpc-flow-logs.amazonaws.com\"\n }\n }\n ]\n}", | |
| "override_policy_documents": null, | |
| "policy_id": null, | |
| "source_policy_documents": null, | |
| "statement": [ | |
| { | |
| "actions": [ | |
| "sts:AssumeRole" | |
| ], | |
| "condition": [], | |
| "effect": "Allow", | |
| "not_actions": [], | |
| "not_principals": [], | |
| "not_resources": [], | |
| "principals": [ | |
| { | |
| "identifiers": [ | |
| "vpc-flow-logs.amazonaws.com" | |
| ], | |
| "type": "Service" | |
| } | |
| ], | |
| "resources": [], | |
| "sid": "" | |
| } | |
| ], | |
| "version": "2012-10-17" | |
| }, | |
| "sensitive_attributes": [] | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "module.clusters", | |
| "mode": "data", | |
| "type": "aws_iam_policy_document", | |
| "name": "flow_logs_policy", | |
| "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
| "instances": [ | |
| { | |
| "schema_version": 0, | |
| "attributes": { | |
| "id": "3253318109", | |
| "json": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"logs:PutLogEvents\",\n \"logs:DescribeLogStreams\",\n \"logs:DescribeLogGroups\",\n \"logs:CreateLogStream\",\n \"logs:CreateLogGroup\"\n ],\n \"Resource\": \"*\"\n }\n ]\n}", | |
| [truncated...] | |
http.response.header.date="Mon, 13 Nov 2023 03:15:51 GMT" http.response.header.accept_ranges=bytes http.response.header.last_modified="Mon, 13 Nov 2023 03:05:10 GMT" http.response.header.x_amz_server_side_encryption=AES256 http.response.header.x_amz_version_id=1dOeB4iCKNLuRGO668S6xiNw.b_utsfN http.response.header.server=AmazonS3 http.response.header.content_type=application/json http.response.header.content_range="bytes 0-24749/24750" http.duration=69 http.status_code=206 | |
2023-11-12T19:15:50.671-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=GetItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.operation=Get tf_backend.req_id=99611140-afa2-cc29-5684-d4c3357fbd75 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.request.header.accept_encoding=identity http.request.header.x_amz_date=20231113T031550Z http.request.header.amz_sdk_invocation_id=77d5b9f1-2b45-4a22-a562-dbf292dbd468 http.method=POST net.peer.name=dynamodb.us-west-2.amazonaws.com http.request_content_length=175 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/dynamodb/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-target, Signature=*****" http.url=https://dynamodb.us-west-2.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/dynamodb#1.21.1" http.request.header.content_type=application/x-amz-json-1.0 http.request.header.x_amz_target=DynamoDB_20120810.GetItem http.request.header.amz_sdk_request="attempt=1; max=5" | |
http.request.body= | |
| {"ConsistentRead":true,"Key":{"LockID":{"S":"tf-state-gitops-demo-stage/env/stage-md5"}},"ProjectionExpression":"LockID, Digest","TableName":"tf-state-gitops-demo-stage-lock"} | |
2023-11-12T19:15:50.710-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=GetItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.operation=Get tf_backend.req_id=99611140-afa2-cc29-5684-d4c3357fbd75 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.duration=38 http.status_code=200 http.response.header.content_type=application/x-amz-json-1.0 http.response_content_length=118 http.response.header.connection=keep-alive http.response.header.x_amzn_requestid=TRRLJ4KBPITFD7NAV7HB0QSH37VV4KQNSO5AEMVJF66Q9ASUAAJG http.response.header.x_amz_crc32=238581428 http.response.header.server=Server http.response.header.date="Mon, 13 Nov 2023 03:15:50 GMT" | |
http.response.body= | |
| {"Item":{"Digest":{"S":"91933ee9a9446b1cac51aec5823656ee"},"LockID":{"S":"tf-state-gitops-demo-stage/env/stage-md5"}}} | |
2023-11-12T19:15:50.725-0800 [DEBUG] created provider logger: level=debug | |
2023-11-12T19:15:50.725-0800 [INFO] provider: configuring client automatic mTLS | |
2023-11-12T19:15:50.737-0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5"] | |
2023-11-12T19:15:50.768-0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 pid=37963 | |
2023-11-12T19:15:50.768-0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 | |
2023-11-12T19:15:50.906-0800 [INFO] provider.terraform-provider-aws_v5.25.0_x5: configuring server automatic mTLS: timestamp=2023-11-12T19:15:50.905-0800 | |
2023-11-12T19:15:50.911-0800 [DEBUG] provider: using plugin: version=5 | |
2023-11-12T19:15:50.912-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: plugin address: address=/var/folders/cn/v41nczfs6tvf15dj48f33gkm0000gn/T/plugin1653397603 network=unix timestamp=2023-11-12T19:15:50.911-0800 | |
2023-11-12T19:15:51.273-0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-11-12T19:15:51.276-0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 pid=37963 | |
2023-11-12T19:15:51.276-0800 [DEBUG] provider: plugin exited | |
2023-11-12T19:15:51.276-0800 [DEBUG] Building and walking validate graph | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_subnet.vpc_network" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_vpc.vpc_network" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_availability_zones.available" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_internet_gateway.vpc_network" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_route_table_association.vpc_network" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_policy" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_iam_role.flow_logs_assume_role" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_route_table.vpc_network" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "data.aws_partition.found" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ReferenceTransformer: "local.builder (expand)" references: [data.aws_caller_identity.current] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ReferenceTransformer: "output.partition (expand)" references: [local.part (expand)] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ReferenceTransformer: "module.clusters (expand)" references: [] | |
2023-11-12T19:15:51.281-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs" references: [module.clusters.var.envBuild (expand)] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.dns_zone (expand)" references: [var.dns_zone] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.project (expand)" references: [var.project] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.maxDistSize" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.minDistSize" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.maxDistSize (expand)" references: [var.maxDistSize] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.cluster_apps (expand)" references: [var.cluster_apps] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "output.iam_user (expand)" references: [local.builder (expand)] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_vpc.vpc_network" references: [module.clusters.var.host_cidr (expand) module.clusters.var.project (expand) module.clusters.var.envBuild (expand)] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.builder" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.myDomain" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.dns_zone" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.cluster_apps" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.host_cidr (expand)" references: [var.host_cidr] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.kubeNode_type (expand)" references: [var.kubeNode_type] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "data.aws_partition.found" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role" references: [module.clusters.var.envBuild (expand) module.clusters.data.aws_iam_policy_document.flow_logs_policy] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_availability_zones.available" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.envBuild var.project] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters (close)" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.host_cidr" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.kubeNode_type" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.part (expand)" references: [local.part (expand)] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.builder (expand)" references: [local.builder (expand)] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_policy" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.DATADOG_UUID" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.DATADOG_UUID (expand)" references: [var.DATADOG_UUID] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.myCo" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.officeIPAddr (expand)" references: [var.officeIPAddr] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.flow_logs_assume_role" references: [module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_internet_gateway.vpc_network" references: [module.clusters.aws_vpc.vpc_network module.clusters.var.project (expand)] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table.vpc_network" references: [module.clusters.aws_vpc.vpc_network module.clusters.var.project (expand) module.clusters.aws_internet_gateway.vpc_network module.clusters.aws_internet_gateway.vpc_network] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.minDistSize (expand)" references: [var.minDistSize] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "local.part (expand)" references: [data.aws_partition.found] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table_association.vpc_network" references: [module.clusters.aws_subnet.vpc_network module.clusters.aws_route_table.vpc_network module.clusters.aws_subnet.vpc_network] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.project" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.region" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.envBuild (expand)" references: [var.envBuild] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_subnet.vpc_network" references: [module.clusters.var.minDistSize (expand) module.clusters.var.host_cidr (expand) module.clusters.aws_vpc.vpc_network module.clusters.var.project (expand) module.clusters.data.aws_availability_zones.available module.clusters.aws_vpc.vpc_network] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.envBuild" references: [] | |
2023-11-12T19:15:51.282-0800 [DEBUG] ReferenceTransformer: "var.officeIPAddr" references: [] | |
2023-11-12T19:15:51.283-0800 [DEBUG] Starting graph walk: walkValidate | |
2023-11-12T19:15:51.284-0800 [DEBUG] created provider logger: level=debug | |
2023-11-12T19:15:51.284-0800 [INFO] provider: configuring client automatic mTLS | |
2023-11-12T19:15:51.287-0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5"] | |
2023-11-12T19:15:51.298-0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 pid=37964 | |
2023-11-12T19:15:51.298-0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 | |
2023-11-12T19:15:51.367-0800 [INFO] provider.terraform-provider-aws_v5.25.0_x5: configuring server automatic mTLS: timestamp=2023-11-12T19:15:51.366-0800 | |
2023-11-12T19:15:51.372-0800 [DEBUG] provider: using plugin: version=5 | |
2023-11-12T19:15:51.372-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: plugin address: address=/var/folders/cn/v41nczfs6tvf15dj48f33gkm0000gn/T/plugin415181561 network=unix timestamp=2023-11-12T19:15:51.371-0800 | |
2023-11-12T19:15:51.434-0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-11-12T19:15:51.436-0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 pid=37964 | |
2023-11-12T19:15:51.436-0800 [DEBUG] provider: plugin exited | |
2023-11-12T19:15:51.436-0800 [INFO] backend/local: plan calling Plan | |
2023-11-12T19:15:51.436-0800 [DEBUG] Building and walking plan graph for NormalMode | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_subnet.vpc_network (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_route_table.vpc_network (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "data.aws_partition.found (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_vpc.vpc_network (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_availability_zones.available (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_iam_role.flow_logs_assume_role (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_route_table_association.vpc_network (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_internet_gateway.vpc_network (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.437-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.host_cidr (expand)" references: [var.host_cidr] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "data.aws_partition.found (expand)" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.officeIPAddr" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.project" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.host_cidr" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.kubeNode_type (expand)" references: [var.kubeNode_type] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.officeIPAddr (expand)" references: [var.officeIPAddr] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.flow_logs_assume_role (expand)" references: [module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_vpc.vpc_network (expand)" references: [module.clusters.var.host_cidr (expand) module.clusters.var.project (expand) module.clusters.var.envBuild (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_subnet.vpc_network (expand)" references: [module.clusters.var.minDistSize (expand) module.clusters.aws_vpc.vpc_network (expand) module.clusters.aws_vpc.vpc_network (expand) module.clusters.var.project (expand) module.clusters.data.aws_availability_zones.available (expand) module.clusters.var.host_cidr (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.cluster_apps" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.project (expand)" references: [var.project] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters (close)" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.builder" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.builder (expand)" references: [local.builder (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.envBuild var.project] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand)" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_availability_zones.available (expand)" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.myDomain" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.envBuild" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.dns_zone" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.DATADOG_UUID (expand)" references: [var.DATADOG_UUID] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.dns_zone (expand)" references: [var.dns_zone] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "output.iam_user (expand)" references: [local.builder (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current (expand)" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table.vpc_network (expand)" references: [module.clusters.var.project (expand) module.clusters.aws_vpc.vpc_network (expand) module.clusters.aws_internet_gateway.vpc_network (expand) module.clusters.aws_internet_gateway.vpc_network (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.myCo" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.kubeNode_type" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.minDistSize (expand)" references: [var.minDistSize] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.cluster_apps (expand)" references: [var.cluster_apps] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters (expand)" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs (expand)" references: [module.clusters.var.envBuild (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.maxDistSize" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.maxDistSize (expand)" references: [var.maxDistSize] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "local.part (expand)" references: [data.aws_partition.found (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "output.partition (expand)" references: [local.part (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_internet_gateway.vpc_network (expand)" references: [module.clusters.aws_vpc.vpc_network (expand) module.clusters.var.project (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table_association.vpc_network (expand)" references: [module.clusters.aws_subnet.vpc_network (expand) module.clusters.aws_route_table.vpc_network (expand) module.clusters.aws_subnet.vpc_network (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand)" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.minDistSize" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.part (expand)" references: [local.part (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "local.builder (expand)" references: [data.aws_caller_identity.current (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role (expand)" references: [module.clusters.var.envBuild (expand) module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand)] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.region" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "var.DATADOG_UUID" references: [] | |
2023-11-12T19:15:51.438-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.envBuild (expand)" references: [var.envBuild] | |
2023-11-12T19:15:51.440-0800 [DEBUG] Starting graph walk: walkPlan | |
2023-11-12T19:15:51.440-0800 [DEBUG] created provider logger: level=debug | |
2023-11-12T19:15:51.440-0800 [INFO] provider: configuring client automatic mTLS | |
2023-11-12T19:15:51.442-0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5"] | |
2023-11-12T19:15:51.453-0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 pid=37965 | |
2023-11-12T19:15:51.454-0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 | |
2023-11-12T19:15:51.520-0800 [INFO] provider.terraform-provider-aws_v5.25.0_x5: configuring server automatic mTLS: timestamp=2023-11-12T19:15:51.520-0800 | |
2023-11-12T19:15:51.525-0800 [DEBUG] provider: using plugin: version=5 | |
2023-11-12T19:15:51.525-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: plugin address: address=/var/folders/cn/v41nczfs6tvf15dj48f33gkm0000gn/T/plugin3675271273 network=unix timestamp=2023-11-12T19:15:51.525-0800 | |
2023-11-12T19:15:51.583-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Configuring Terraform AWS Provider: @module=aws tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:126 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-11-12T19:15:51.583-0800 | |
2023-11-12T19:15:51.583-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Resolving credentials provider: tf_rpc=ConfigureProvider @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=8823ca46-17ab-909b-123f-06fff46205f1 timestamp=2023-11-12T19:15:51.583-0800 | |
2023-11-12T19:15:51.583-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Using profile: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 @module=aws.aws-base tf_aws.profile=thomas tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_aws.profile.source=envvar tf_rpc=ConfigureProvider timestamp=2023-11-12T19:15:51.583-0800 | |
2023-11-12T19:15:51.583-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Using shared configuration files: tf_aws.shared_config_files=[/Users/thomas/.aws/config] tf_aws.shared_config_files.source=envvar tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=aws.aws-base timestamp=2023-11-12T19:15:51.583-0800 | |
2023-11-12T19:15:51.583-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Loading profile: tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 tf_aws.profile=thomas tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ConfigureProvider @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 timestamp=2023-11-12T19:15:51.583-0800 | |
2023-11-12T19:15:51.584-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Loading configuration: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 @module=aws.aws-base tf_rpc=ConfigureProvider timestamp=2023-11-12T19:15:51.584-0800 | |
2023-11-12T19:15:51.585-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Retrieving credentials: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider timestamp=2023-11-12T19:15:51.585-0800 | |
2023-11-12T19:15:51.585-0800 [INFO] provider.terraform-provider-aws_v5.25.0_x5: Retrieved credentials: tf_aws.credentials_source="SharedConfigCredentials: /Users/thomas/.aws/credentials" tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 timestamp=2023-11-12T19:15:51.585-0800 | |
2023-11-12T19:15:51.585-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Loading configuration: @module=aws.aws-base 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 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 timestamp=2023-11-12T19:15:51.585-0800 | |
2023-11-12T19:15:51.585-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Creating AWS SDK v1 session: tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:150 @module=aws timestamp=2023-11-12T19:15:51.585-0800 | |
2023-11-12T19:15:51.586-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Retrieving AWS account details: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:165 tf_mux_provider="*schema.GRPCProviderServer" @module=aws tf_rpc=ConfigureProvider timestamp=2023-11-12T19:15:51.586-0800 | |
2023-11-12T19:15:51.586-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Retrieving caller identity from STS: @module=aws.aws-base tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-11-12T19:15:51.586-0800 | |
2023-11-12T19:15:51.586-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request.header.amz_sdk_invocation_id=96cf663e-a75e-46cf-bc5b-178a1f0fa948 http.request_content_length=43 net.peer.name=sts.us-west-2.amazonaws.com tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider http.request.header.content_type=application/x-www-form-urlencoded rpc.service=STS 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=20231113T031551Z rpc.system=aws-api @module=aws.aws-base tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.22.2 os/macos lang/go#1.20.10 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.25.1" http.method=POST | |
http.request.body= | |
| Action=GetCallerIdentity&Version=2011-06-15 | |
http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" http.url=https://sts.us-west-2.amazonaws.com/ aws.region=us-west-2 rpc.method=GetCallerIdentity tf_mux_provider="*schema.GRPCProviderServer" timestamp=2023-11-12T19:15:51.586-0800 | |
2023-11-12T19:15:56.774-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: tf_rpc=ConfigureProvider aws.region=us-west-2 http.duration=5186 http.response_content_length=403 tf_mux_provider="*schema.GRPCProviderServer" | |
http.response.body= | |
| <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| <GetCallerIdentityResult> | |
| <Arn>arn:aws:iam::405322537961:user/thomas</Arn> | |
| <UserId>AIDA*************C3R3</UserId> | |
| <Account>405322537961</Account> | |
| </GetCallerIdentityResult> | |
| <ResponseMetadata> | |
| <RequestId>ebf61423-d42d-46af-b36c-c67789b9ca18</RequestId> | |
| </ResponseMetadata> | |
| </GetCallerIdentityResponse> | |
http.response.header.date="Mon, 13 Nov 2023 03:15:56 GMT" tf_aws.sdk=aws-sdk-go-v2 rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 http.status_code=200 rpc.service=STS @module=aws.aws-base http.response.header.content_type=text/xml http.response.header.x_amzn_requestid=ebf61423-d42d-46af-b36c-c67789b9ca18 rpc.method=GetCallerIdentity timestamp=2023-11-12T19:15:56.773-0800 | |
2023-11-12T19:15:56.774-0800 [INFO] provider.terraform-provider-aws_v5.25.0_x5: Retrieved caller identity from STS: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=8823ca46-17ab-909b-123f-06fff46205f1 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" timestamp=2023-11-12T19:15:56.774-0800 | |
2023-11-12T19:15:56.778-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs" references: [] | |
2023-11-12T19:15:56.779-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_policy" references: [] | |
2023-11-12T19:15:56.779-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_vpc.vpc_network" references: [] | |
2023-11-12T19:15:56.779-0800 [DEBUG] ReferenceTransformer: "data.aws_partition.found" references: [] | |
2023-11-12T19:15:56.779-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy" references: [] | |
2023-11-12T19:15:56.779-0800 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current" references: [] | |
2023-11-12T19:15:56.780-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_availability_zones.available" references: [] | |
2023-11-12T19:15:56.787-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Reading Availability Zones. | |
2023-11-12T19:15:56.788-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Reading Availability Zones: { | |
2023-11-12T19:15:56.788-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Filters: [{ | |
2023-11-12T19:15:56.788-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Name: "state", | |
2023-11-12T19:15:56.788-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Values: ["available"] | |
2023-11-12T19:15:56.788-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: }] | |
2023-11-12T19:15:56.788-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: } | |
2023-11-12T19:15:56.788-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:56.790-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-west-2 tf_req_id=55cba31f-57aa-2ff4-fae2-dc5afb2ab6d9 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.22.2 os/macos lang/go#1.20.10 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.25.1" tf_rpc=ReadDataSource http.request.header.x_amz_date=20231113T031556Z | |
http.request.body= | |
| Action=GetCallerIdentity&Version=2011-06-15 | |
rpc.service=STS tf_provider_addr=registry.terraform.io/hashicorp/aws net.peer.name=sts.us-west-2.amazonaws.com rpc.method=GetCallerIdentity rpc.system=aws-api http.request.header.amz_sdk_invocation_id=a5782e85-2324-4e63-8079-28f03a251a77 http.request.header.content_type=application/x-www-form-urlencoded http.request_content_length=43 http.url=https://sts.us-west-2.amazonaws.com/ @module=aws http.method=POST http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" tf_aws.sdk=aws-sdk-go-v2 tf_data_source_type=aws_caller_identity tf_mux_provider="*proto5server.Server" timestamp=2023-11-12T19:15:56.790-0800 | |
2023-11-12T19:15:56.790-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request.header.content_type=application/x-amz-json-1.1 rpc.method=DescribeLogGroups tf_aws.sdk=aws-sdk-go @module=aws http.flavor=1.1 tf_req_id=418bd650-5cb5-1f2f-30dd-fc5a76e5d447 tf_resource_type=aws_cloudwatch_log_group http.method=POST http.request_content_length=52 rpc.system=aws-api http.request.header.x_amz_target=Logs_20140328.DescribeLogGroups tf_rpc=ReadResource @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=*****" http.url=https://logs.us-west-2.amazonaws.com/ net.peer.name=logs.us-west-2.amazonaws.com tf_mux_provider="*schema.GRPCProviderServer" aws.region=us-west-2 | |
http.request.body= | |
| {"logGroupNamePrefix":"vpc_network_flow_stage_logs"} | |
http.request.header.x_amz_date=20231113T031556Z http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" rpc.service="CloudWatch Logs" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-11-12T19:15:56.790-0800 | |
2023-11-12T19:15:56.790-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: rpc.method=DescribeAvailabilityZones tf_req_id=a06864ce-68d5-74d1-6342-4d837789d108 tf_rpc=ReadDataSource @module=aws tf_data_source_type=aws_availability_zones tf_provider_addr=registry.terraform.io/hashicorp/aws http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.x_amz_date=20231113T031556Z http.request_content_length=98 @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 | |
http.request.body= | |
| Action=DescribeAvailabilityZones&Filter.1.Name=state&Filter.1.Value.1=available&Version=2016-11-15 | |
rpc.system=aws-api aws.region=us-west-2 http.url=https://ec2.us-west-2.amazonaws.com/ tf_aws.sdk=aws-sdk-go tf_mux_provider="*schema.GRPCProviderServer" http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" rpc.service=EC2 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" net.peer.name=ec2.us-west-2.amazonaws.com http.flavor=1.1 http.method=POST timestamp=2023-11-12T19:15:56.790-0800 | |
2023-11-12T19:15:56.790-0800 [DEBUG] Resource instance state not found for node "module.clusters.aws_iam_role.vpc_network_flow_logs_role", instance module.clusters.aws_iam_role.vpc_network_flow_logs_role | |
2023-11-12T19:15:56.790-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role" references: [] | |
2023-11-12T19:15:56.790-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.flow_logs_assume_role" references: [] | |
2023-11-12T19:15:56.790-0800 [DEBUG] refresh: module.clusters.aws_iam_role.vpc_network_flow_logs_role: no state, so not refreshing | |
2023-11-12T19:15:56.790-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request_content_length=68 rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/aws http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.content_type=application/x-www-form-urlencoded rpc.service=EC2 tf_rpc=ReadResource @module=aws tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc tf_resource_type=aws_vpc http.method=POST http.url=https://ec2.us-west-2.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.22.2 os/macos lang/go#1.20.10 md/GOOS#darwin md/GOARCH#arm64 api/ec2#1.130.1" net.peer.name=ec2.us-west-2.amazonaws.com rpc.method=DescribeVpcs @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 aws.region=us-west-2 http.request.header.x_amz_date=20231113T031556Z tf_mux_provider="*schema.GRPCProviderServer" | |
http.request.body= | |
| Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-05c57731fd3760a04 | |
http.request.header.amz_sdk_invocation_id=29081e78-13c6-4731-bffd-2f7602d32144 tf_aws.sdk=aws-sdk-go-v2 timestamp=2023-11-12T19:15:56.790-0800 | |
2023-11-12T19:15:56.792-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:56.793-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request.header.x_amz_date=20231113T031556Z tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ReadResource rpc.method=GetRole rpc.system=aws-api tf_aws.sdk=aws-sdk-go net.peer.name=iam.amazonaws.com tf_resource_type=aws_iam_role http.method=POST | |
http.request.body= | |
| Action=GetRole&RoleName=example&Version=2010-05-08 | |
http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" tf_aws.signing_region=us-east-1 http.flavor=1.1 http.url=https://iam.amazonaws.com/ rpc.service=IAM aws.region=us-west-2 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=1f9efd1b-f4a4-11c9-1a2c-72d63f2fc6fe @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 @module=aws http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" http.request_content_length=50 timestamp=2023-11-12T19:15:56.793-0800 | |
2023-11-12T19:15:56.795-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_iam_role.vpc_network_flow_logs_role, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .assume_role_policy: planned value cty.StringVal("{\"Statement\":[{\"Action\":[\"logs:PutLogEvents\",\"logs:DescribeLogStreams\",\"logs:DescribeLogGroups\",\"logs:CreateLogStream\",\"logs:CreateLogGroup\"],\"Effect\":\"Allow\",\"Resource\":\"*\"}],\"Version\":\"2012-10-17\"}") does not match config value cty.StringVal("{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"logs:PutLogEvents\",\n \"logs:DescribeLogStreams\",\n \"logs:DescribeLogGroups\",\n \"logs:CreateLogStream\",\n \"logs:CreateLogGroup\"\n ],\n \"Resource\": \"*\"\n }\n ]\n}") | |
- .path: planned value cty.StringVal("/") for a non-computed attribute | |
- .force_detach_policies: planned value cty.False for a non-computed attribute | |
- .max_session_duration: planned value cty.NumberIntVal(3600) for a non-computed attribute | |
- .inline_policy: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead | |
2023-11-12T19:15:56.829-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.duration=38 http.response.header.date="Mon, 13 Nov 2023 03:15:56 GMT" http.response.header.x_amzn_requestid=2e8724c5-34a9-4d85-a403-1fe3efdbf7d4 rpc.method=GetCallerIdentity tf_mux_provider="*proto5server.Server" http.status_code=200 rpc.system=aws-api aws.region=us-west-2 | |
http.response.body= | |
| <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| <GetCallerIdentityResult> | |
| <Arn>arn:aws:iam::405322537961:user/thomas</Arn> | |
| <UserId>AIDA*************C3R3</UserId> | |
| <Account>405322537961</Account> | |
| </GetCallerIdentityResult> | |
| <ResponseMetadata> | |
| <RequestId>2e8724c5-34a9-4d85-a403-1fe3efdbf7d4</RequestId> | |
| </ResponseMetadata> | |
| </GetCallerIdentityResponse> | |
rpc.service=STS tf_data_source_type=aws_caller_identity tf_req_id=55cba31f-57aa-2ff4-fae2-dc5afb2ab6d9 tf_rpc=ReadDataSource @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=aws http.response.header.content_type=text/xml http.response_content_length=403 tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-11-12T19:15:56.829-0800 | |
2023-11-12T19:15:59.118-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: rpc.service=EC2 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 aws.region=us-west-2 http.duration=2324 tf_data_source_type=aws_availability_zones http.response.header.date="Mon, 13 Nov 2023 03:15:58 GMT" http.status_code=200 tf_req_id=a06864ce-68d5-74d1-6342-4d837789d108 rpc.system=aws-api http.response.header.cache_control="no-cache, no-store" tf_aws.sdk=aws-sdk-go http.response.header.x_amzn_requestid=b67de110-5ff3-48de-9ae7-493eb62a4366 rpc.method=DescribeAvailabilityZones tf_rpc=ReadDataSource | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeAvailabilityZonesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>b67de110-5ff3-48de-9ae7-493eb62a4366</requestId> | |
| <availabilityZoneInfo> | |
| <item> | |
| <zoneName>us-west-2a</zoneName> | |
| <zoneId>usw2-az1</zoneId> | |
| <zoneState>available</zoneState> | |
| <regionName>us-west-2</regionName> | |
| <groupName>us-west-2</groupName> | |
| <optInStatus>opt-in-not-required</optInStatus> | |
| <networkBorderGroup>us-west-2</networkBorderGroup> | |
| <zoneType>availability-zone</zoneType> | |
| <messageSet/> | |
| </item> | |
| <item> | |
| <zoneName>us-west-2b</zoneName> | |
| <zoneId>usw2-az2</zoneId> | |
| <zoneState>available</zoneState> | |
| <regionName>us-west-2</regionName> | |
| <groupName>us-west-2</groupName> | |
| <optInStatus>opt-in-not-required</optInStatus> | |
| <networkBorderGroup>us-west-2</networkBorderGroup> | |
| <zoneType>availability-zone</zoneType> | |
| <messageSet/> | |
| </item> | |
| <item> | |
| <zoneName>us-west-2c</zoneName> | |
| <zoneId>usw2-az3</zoneId> | |
| <zoneState>available</zoneState> | |
| <regionName>us-west-2</regionName> | |
| <groupName>us-west-2</groupName> | |
| <optInStatus>opt-in-not-required</optInStatus> | |
| <networkBorderGroup>us-west-2</networkBorderGroup> | |
| <zoneType>availability-zone</zoneType> | |
| <messageSet/> | |
| </item> | |
| <item> | |
| <zoneName>us-west-2d</zoneName> | |
| <zoneId>usw2-az4</zoneId> | |
| <zoneState>available</zoneState> | |
| <regionName>us-west-2</regionName> | |
| <groupName>us-west-2</groupName> | |
| <optInStatus>opt-in-not-required</optInStatus> | |
| <networkBorderGroup>us-west-2</networkBorderGroup> | |
| <zoneType>availability-zone</zoneType> | |
| <messageSet/> | |
| </item> | |
| </availabilityZoneInfo> | |
| </DescribeAvailabilityZonesResponse> | |
http.response.header.content_type=text/xml;charset=UTF-8 http.response.header.vary=accept-encoding http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" @module=aws http.response.header.server=AmazonEC2 timestamp=2023-11-12T19:15:59.114-0800 | |
2023-11-12T19:15:59.208-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.duration=2416 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>aa3628be-2c5d-4cfa-a419-a0c9049b71bb</requestId> | |
| <vpcSet> | |
| <item> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <ownerId>405322537961</ownerId> | |
| <state>available</state> | |
| <cidrBlock>10.101.0.0/16</cidrBlock> | |
| <cidrBlockAssociationSet> | |
| <item> | |
| <cidrBlock>10.101.0.0/16</cidrBlock> | |
| <associationId>vpc-cidr-assoc-04c6c3e4c7e8e2e71</associationId> | |
| <cidrBlockState> | |
| <state>associated</state> | |
| </cidrBlockState> | |
| </item> | |
| </cidrBlockAssociationSet> | |
| <ipv6CidrBlockAssociationSet> | |
| <item> | |
| <ipv6CidrBlock>2600:1f13:6bb:1900::/56</ipv6CidrBlock> | |
| <associationId>vpc-cidr-assoc-025f03c5a7111bd88</associationId> | |
| <ipv6CidrBlockState> | |
| <state>associated</state> | |
| </ipv6CidrBlockState> | |
| <ipv6Pool>Amazon</ipv6Pool> | |
| <networkBorderGroup>us-west-2</networkBorderGroup> | |
| </item> | |
| </ipv6CidrBlockAssociationSet> | |
| <dhcpOptionsId>dopt-13f3ec71</dhcpOptionsId> | |
| <tagSet> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>environment</key> | |
| <value>stage</value> | |
| </item> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| </tagSet> | |
| <instanceTenancy>default</instanceTenancy> | |
| <isDefault>false</isDefault> | |
| </item> | |
| </vpcSet> | |
| </DescribeVpcsResponse> | |
rpc.system=aws-api tf_rpc=ReadResource @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 tf_aws.sdk=aws-sdk-go-v2 rpc.service=EC2 tf_resource_type=aws_vpc aws.region=us-west-2 http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.status_code=200 rpc.method=DescribeVpcs @module=aws http.response.header.x_amzn_requestid=aa3628be-2c5d-4cfa-a419-a0c9049b71bb tf_provider_addr=registry.terraform.io/hashicorp/aws http.response.header.server=AmazonEC2 http.response.header.vary=accept-encoding tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc http.response.header.cache_control="no-cache, no-store" http.response.header.content_type=text/xml;charset=UTF-8 timestamp=2023-11-12T19:15:59.207-0800 | |
2023-11-12T19:15:59.209-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:59.210-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request.header.content_type=application/x-www-form-urlencoded http.method=POST http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" tf_aws.sdk=aws-sdk-go-v2 tf_resource_type=aws_vpc rpc.service=EC2 tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc http.request_content_length=103 tf_mux_provider="*schema.GRPCProviderServer" aws.region=us-west-2 http.request.header.amz_sdk_invocation_id=70d34f27-d55f-4d20-89d1-7009c270cd3f net.peer.name=ec2.us-west-2.amazonaws.com | |
http.request.body= | |
| Action=DescribeVpcAttribute&Attribute=enableDnsHostnames&Version=2016-11-15&VpcId=vpc-05c57731fd3760a04 | |
rpc.method=DescribeVpcAttribute tf_provider_addr=registry.terraform.io/hashicorp/aws @module=aws http.request.header.amz_sdk_request="attempt=1; max=25" http.url=https://ec2.us-west-2.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.22.2 os/macos lang/go#1.20.10 md/GOOS#darwin md/GOARCH#arm64 api/ec2#1.130.1" tf_rpc=ReadResource @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.request.header.x_amz_date=20231113T031559Z rpc.system=aws-api timestamp=2023-11-12T19:15:59.210-0800 | |
2023-11-12T19:15:59.241-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.duration=2450 http.response.header.x_amzn_requestid=fdbd239c-90b6-4eec-85d5-3bdc1ba2e2c7 rpc.system=aws-api aws.region=us-west-2 http.status_code=200 rpc.method=DescribeLogGroups tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ReadResource @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 http.response.header.content_type=application/x-amz-json-1.1 http.response_content_length=303 rpc.service="CloudWatch Logs" tf_req_id=418bd650-5cb5-1f2f-30dd-fc5a76e5d447 @module=aws | |
http.response.body= | |
| {"logGroups":[{"arn":"arn:aws:logs:us-west-2:405322537961:log-group:vpc_network_flow_stage_logs:*","creationTime":1699841002287,"logGroupArn":"arn:aws:logs:us-west-2:405322537961:log-group:vpc_network_flow_stage_logs","logGroupName":"vpc_network_flow_stage_logs","metricFilterCount":0,"storedBytes":0}]} | |
http.response.header.date="Mon, 13 Nov 2023 03:15:58 GMT" tf_aws.sdk=aws-sdk-go tf_resource_type=aws_cloudwatch_log_group timestamp=2023-11-12T19:15:59.241-0800 | |
2023-11-12T19:15:59.243-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: missing_context: This operation, ListTagsLogGroup, has been deprecated tf_aws.sdk=aws-sdk-go | |
2023-11-12T19:15:59.243-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.request.header.content_type=application/x-amz-json-1.1 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" rpc.service="CloudWatch Logs" tf_provider_addr=registry.terraform.io/hashicorp/aws http.request.header.x_amz_target=Logs_20140328.ListTagsLogGroup aws.region=us-west-2 tf_req_id=418bd650-5cb5-1f2f-30dd-fc5a76e5d447 tf_rpc=ReadResource http.url=https://logs.us-west-2.amazonaws.com/ tf_resource_type=aws_cloudwatch_log_group @module=aws http.method=POST | |
http.request.body= | |
| {"logGroupName":"vpc_network_flow_stage_logs"} | |
net.peer.name=logs.us-west-2.amazonaws.com rpc.system=aws-api http.flavor=1.1 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/logs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=*****" http.request_content_length=46 rpc.method=ListTagsLogGroup tf_mux_provider="*schema.GRPCProviderServer" http.request.header.x_amz_date=20231113T031559Z tf_aws.sdk=aws-sdk-go timestamp=2023-11-12T19:15:59.243-0800 | |
2023-11-12T19:15:59.293-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.response.header.content_type=text/xml;charset=UTF-8 http.response_content_length=335 rpc.method=DescribeVpcAttribute tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc aws.region=us-west-2 http.response.header.server=AmazonEC2 http.response.header.x_amzn_requestid=2605a61a-c627-4aa0-b4c2-0468b9757409 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" tf_mux_provider="*schema.GRPCProviderServer" @module=aws tf_resource_type=aws_vpc http.response.header.cache_control="no-cache, no-store" rpc.system=aws-api tf_rpc=ReadResource @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>2605a61a-c627-4aa0-b4c2-0468b9757409</requestId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <enableDnsHostnames> | |
| <value>true</value> | |
| </enableDnsHostnames> | |
| </DescribeVpcAttributeResponse> | |
rpc.service=EC2 tf_provider_addr=registry.terraform.io/hashicorp/aws http.duration=82 http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" http.status_code=200 tf_aws.sdk=aws-sdk-go-v2 timestamp=2023-11-12T19:15:59.293-0800 | |
2023-11-12T19:15:59.293-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:59.294-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.method=POST http.request.header.x_amz_date=20231113T031559Z http.url=https://ec2.us-west-2.amazonaws.com/ http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" rpc.system=aws-api tf_resource_type=aws_vpc @module=aws rpc.service=EC2 tf_rpc=ReadResource @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 net.peer.name=ec2.us-west-2.amazonaws.com http.request.header.content_type=application/x-www-form-urlencoded tf_aws.sdk=aws-sdk-go-v2 tf_mux_provider="*schema.GRPCProviderServer" | |
http.request.body= | |
| Action=DescribeVpcAttribute&Attribute=enableDnsSupport&Version=2016-11-15&VpcId=vpc-05c57731fd3760a04 | |
http.request_content_length=101 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.22.2 os/macos lang/go#1.20.10 md/GOOS#darwin md/GOARCH#arm64 api/ec2#1.130.1" tf_provider_addr=registry.terraform.io/hashicorp/aws aws.region=us-west-2 http.request.header.amz_sdk_request="attempt=1; max=25" tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc http.request.header.amz_sdk_invocation_id=88f1c144-0bbb-4f0d-b583-6f6acee413aa rpc.method=DescribeVpcAttribute timestamp=2023-11-12T19:15:59.294-0800 | |
2023-11-12T19:15:59.300-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=418bd650-5cb5-1f2f-30dd-fc5a76e5d447 http.duration=53 rpc.method=ListTagsLogGroup tf_aws.sdk=aws-sdk-go tf_rpc=ReadResource @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 @module=aws http.response_content_length=54 http.status_code=200 aws.region=us-west-2 | |
http.response.body= | |
| {"tags":{"env":"stage","project":"gitops-demo-stage"}} | |
rpc.system=aws-api tf_resource_type=aws_cloudwatch_log_group http.response.header.x_amzn_requestid=032ba430-5b01-43d7-94af-fb4581da3936 rpc.service="CloudWatch Logs" http.response.header.content_type=application/x-amz-json-1.1 http.response.header.date="Mon, 13 Nov 2023 03:15:58 GMT" timestamp=2023-11-12T19:15:59.297-0800 | |
2023-11-12T19:15:59.305-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .kms_key_id: planned value cty.StringVal("") for a non-computed attribute | |
- .retention_in_days: planned value cty.NumberIntVal(0) for a non-computed attribute | |
- .skip_destroy: planned value cty.False for a non-computed attribute | |
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute | |
2023-11-12T19:15:59.322-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: rpc.system=aws-api tf_aws.signing_region=us-east-1 @module=aws aws.region=us-west-2 | |
http.response.body= | |
| <GetRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
| <GetRoleResult> | |
| <Role> | |
| <Path>/</Path> | |
| <AssumeRolePolicyDocument>%7B%22Version%22%3A%222012-10-17%22%2C%22Statement%22%3A%5B%7B%22Effect%22%3A%22Allow%22%2C%22Principal%22%3A%7B%22Service%22%3A%22vpc-flow-logs.amazonaws.com%22%7D%2C%22Action%22%3A%22sts%3AAssumeRole%22%7D%5D%7D</AssumeRolePolicyDocument> | |
| <MaxSessionDuration>3600</MaxSessionDuration> | |
| <RoleId>AROA*************ON6X</RoleId> | |
| <RoleLastUsed/> | |
| <RoleName>example</RoleName> | |
| <Arn>arn:aws:iam::405322537961:role/example</Arn> | |
| <CreateDate>2023-11-13T02:10:54Z</CreateDate> | |
| <Tags> | |
| <member> | |
| <Value>stage</Value> | |
| <Key>env</Key> | |
| </member> | |
| <member> | |
| <Value>gitops-demo-stage</Value> | |
| <Key>project</Key> | |
| </member> | |
| </Tags> | |
| </Role> | |
| </GetRoleResult> | |
| <ResponseMetadata> | |
| <RequestId>ef9b0617-a0ec-4f09-88f4-ee953866517d</RequestId> | |
| </ResponseMetadata> | |
| </GetRoleResponse> | |
http.response.header.x_amzn_requestid=ef9b0617-a0ec-4f09-88f4-ee953866517d tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_iam_role @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 http.status_code=200 rpc.service=IAM tf_aws.sdk=aws-sdk-go tf_rpc=ReadResource http.duration=2527 http.response.header.content_type=text/xml rpc.method=GetRole tf_req_id=1f9efd1b-f4a4-11c9-1a2c-72d63f2fc6fe http.response_content_length=1035 tf_provider_addr=registry.terraform.io/hashicorp/aws http.response.header.date="Mon, 13 Nov 2023 03:15:58 GMT" timestamp=2023-11-12T19:15:59.321-0800 | |
2023-11-12T19:15:59.324-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: tf_aws.sdk=aws-sdk-go tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_role aws.region=us-west-2 http.method=POST http.request.header.x_amz_date=20231113T031559Z http.url=https://iam.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" http.request_content_length=59 rpc.method=ListRolePolicies tf_req_id=1f9efd1b-f4a4-11c9-1a2c-72d63f2fc6fe tf_rpc=ReadResource net.peer.name=iam.amazonaws.com rpc.system=aws-api tf_aws.signing_region=us-east-1 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" @module=aws http.flavor=1.1 | |
http.request.body= | |
| Action=ListRolePolicies&RoleName=example&Version=2010-05-08 | |
http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" rpc.service=IAM @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 timestamp=2023-11-12T19:15:59.323-0800 | |
2023-11-12T19:15:59.370-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc tf_rpc=ReadResource http.duration=71 http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" http.response.header.server=AmazonEC2 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 rpc.system=aws-api http.response.header.cache_control="no-cache, no-store" http.response.header.content_type=text/xml;charset=UTF-8 @module=aws http.response.header.x_amzn_requestid=c2123924-b9b2-4d91-bd5e-a4e685713b65 tf_resource_type=aws_vpc http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response_content_length=331 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>c2123924-b9b2-4d91-bd5e-a4e685713b65</requestId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <enableDnsSupport> | |
| <value>true</value> | |
| </enableDnsSupport> | |
| </DescribeVpcAttributeResponse> | |
http.status_code=200 rpc.method=DescribeVpcAttribute tf_aws.sdk=aws-sdk-go-v2 tf_mux_provider="*schema.GRPCProviderServer" aws.region=us-west-2 rpc.service=EC2 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-11-12T19:15:59.365-0800 | |
2023-11-12T19:15:59.370-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:59.370-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.url=https://ec2.us-west-2.amazonaws.com/ rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc | |
http.request.body= | |
| Action=DescribeVpcAttribute&Attribute=enableNetworkAddressUsageMetrics&Version=2016-11-15&VpcId=vpc-05c57731fd3760a04 | |
http.request.header.amz_sdk_invocation_id=8155eb22-1ef7-4f84-91c6-feac7d94ccd9 http.request.header.amz_sdk_request="attempt=1; max=25" http.request_content_length=117 @module=aws tf_aws.sdk=aws-sdk-go-v2 tf_rpc=ReadResource http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" rpc.service=EC2 http.request.header.content_type=application/x-www-form-urlencoded tf_resource_type=aws_vpc @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 net.peer.name=ec2.us-west-2.amazonaws.com rpc.method=DescribeVpcAttribute tf_mux_provider="*schema.GRPCProviderServer" aws.region=us-west-2 http.method=POST http.request.header.x_amz_date=20231113T031559Z http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.22.2 os/macos lang/go#1.20.10 md/GOOS#darwin md/GOARCH#arm64 api/ec2#1.130.1" timestamp=2023-11-12T19:15:59.368-0800 | |
2023-11-12T19:15:59.415-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: aws.region=us-west-2 http.response.header.date="Mon, 13 Nov 2023 03:15:58 GMT" tf_aws.sdk=aws-sdk-go tf_resource_type=aws_iam_role tf_rpc=ReadResource http.duration=90 http.response_content_length=323 rpc.method=ListRolePolicies tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws rpc.system=aws-api | |
http.response.body= | |
| <ListRolePoliciesResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
| <ListRolePoliciesResult> | |
| <IsTruncated>false</IsTruncated> | |
| <PolicyNames/> | |
| </ListRolePoliciesResult> | |
| <ResponseMetadata> | |
| <RequestId>d7c28b33-07e3-41d3-af52-3f31c904d4d1</RequestId> | |
| </ResponseMetadata> | |
| </ListRolePoliciesResponse> | |
http.response.header.content_type=text/xml http.status_code=200 rpc.service=IAM tf_req_id=1f9efd1b-f4a4-11c9-1a2c-72d63f2fc6fe @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 @module=aws http.response.header.x_amzn_requestid=d7c28b33-07e3-41d3-af52-3f31c904d4d1 tf_aws.signing_region=us-east-1 timestamp=2023-11-12T19:15:59.414-0800 | |
2023-11-12T19:15:59.416-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: net.peer.name=iam.amazonaws.com http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" tf_aws.sdk=aws-sdk-go tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_iam_role http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" tf_rpc=ReadResource http.request_content_length=67 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=1f9efd1b-f4a4-11c9-1a2c-72d63f2fc6fe @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.url=https://iam.amazonaws.com/ http.request.header.x_amz_date=20231113T031559Z rpc.service=IAM rpc.system=aws-api http.method=POST | |
http.request.body= | |
| Action=ListAttachedRolePolicies&RoleName=example&Version=2010-05-08 | |
aws.region=us-west-2 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" rpc.method=ListAttachedRolePolicies @module=aws tf_aws.signing_region=us-east-1 http.flavor=1.1 timestamp=2023-11-12T19:15:59.415-0800 | |
2023-11-12T19:15:59.445-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" rpc.service=EC2 rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/aws http.response.header.cache_control="no-cache, no-store" tf_aws.sdk=aws-sdk-go-v2 @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc http.response_content_length=364 tf_rpc=ReadResource | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>f361690e-c07f-46e9-8dc0-8f945799c31e</requestId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <enableNetworkAddressUsageMetrics> | |
| <value>false</value> | |
| </enableNetworkAddressUsageMetrics> | |
| </DescribeVpcAttributeResponse> | |
tf_mux_provider="*schema.GRPCProviderServer" http.response.header.content_type=text/xml;charset=UTF-8 http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" rpc.method=DescribeVpcAttribute aws.region=us-west-2 http.response.header.x_amzn_requestid=f361690e-c07f-46e9-8dc0-8f945799c31e http.status_code=200 tf_resource_type=aws_vpc @module=aws http.duration=75 http.response.header.server=AmazonEC2 timestamp=2023-11-12T19:15:59.445-0800 | |
2023-11-12T19:15:59.447-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=aws http.request.header.amz_sdk_request="attempt=1; max=25" tf_mux_provider="*schema.GRPCProviderServer" http.request.header.content_type=application/x-www-form-urlencoded tf_rpc=ReadResource | |
http.request.body= | |
| Action=DescribeNetworkAcls&Filter.1.Name=default&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-05c57731fd3760a04&Version=2016-11-15 | |
http.request_content_length=149 http.request.header.amz_sdk_invocation_id=1ba6aa5d-5e30-4ea7-87cf-2c4aa6ef3125 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.22.2 os/macos lang/go#1.20.10 md/GOOS#darwin md/GOARCH#arm64 api/ec2#1.130.1" net.peer.name=ec2.us-west-2.amazonaws.com tf_aws.sdk=aws-sdk-go-v2 tf_resource_type=aws_vpc aws.region=us-west-2 http.request.header.x_amz_date=20231113T031559Z rpc.service=EC2 tf_provider_addr=registry.terraform.io/hashicorp/aws http.method=POST http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" rpc.method=DescribeNetworkAcls tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc http.url=https://ec2.us-west-2.amazonaws.com/ rpc.system=aws-api timestamp=2023-11-12T19:15:59.447-0800 | |
2023-11-12T19:15:59.505-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 http.response.header.content_type=text/xml rpc.method=ListAttachedRolePolicies rpc.system=aws-api tf_aws.signing_region=us-east-1 @module=aws http.response.header.date="Mon, 13 Nov 2023 03:15:58 GMT" tf_aws.sdk=aws-sdk-go tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=1f9efd1b-f4a4-11c9-1a2c-72d63f2fc6fe tf_rpc=ReadResource aws.region=us-west-2 tf_resource_type=aws_iam_role http.duration=88 | |
http.response.body= | |
| <ListAttachedRolePoliciesResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
| <ListAttachedRolePoliciesResult> | |
| <IsTruncated>false</IsTruncated> | |
| <AttachedPolicies/> | |
| </ListAttachedRolePoliciesResult> | |
| <ResponseMetadata> | |
| <RequestId>0f009547-2aea-41c4-b752-2b3875bd7e27</RequestId> | |
| </ResponseMetadata> | |
| </ListAttachedRolePoliciesResponse> | |
http.response.header.x_amzn_requestid=0f009547-2aea-41c4-b752-2b3875bd7e27 http.response_content_length=360 http.status_code=200 rpc.service=IAM timestamp=2023-11-12T19:15:59.505-0800 | |
2023-11-12T19:15:59.514-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_iam_role.flow_logs_assume_role, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .max_session_duration: planned value cty.NumberIntVal(3600) for a non-computed attribute | |
- .path: planned value cty.StringVal("/") for a non-computed attribute | |
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute | |
- .force_detach_policies: planned value cty.False for a non-computed attribute | |
- .permissions_boundary: planned value cty.StringVal("") for a non-computed attribute | |
- .description: planned value cty.StringVal("") for a non-computed attribute | |
2023-11-12T19:15:59.538-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=aws aws.region=us-west-2 http.response.header.content_type=text/xml;charset=UTF-8 http.response.header.x_amzn_requestid=b8cbc044-b5b5-449e-96fd-ff3c92f1d136 rpc.system=aws-api rpc.service=EC2 tf_aws.sdk=aws-sdk-go-v2 tf_resource_type=aws_vpc http.response.header.cache_control="no-cache, no-store" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ReadResource http.response.header.vary=accept-encoding http.duration=90 http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc http.response.header.server=AmazonEC2 tf_mux_provider="*schema.GRPCProviderServer" | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeNetworkAclsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>b8cbc044-b5b5-449e-96fd-ff3c92f1d136</requestId> | |
| <networkAclSet> | |
| <item> | |
| <networkAclId>acl-0b890c4861b15d237</networkAclId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <ownerId>405322537961</ownerId> | |
| <default>true</default> | |
| <entrySet> | |
| <item> | |
| <ruleNumber>100</ruleNumber> | |
| <protocol>-1</protocol> | |
| <ruleAction>allow</ruleAction> | |
| <egress>true</egress> | |
| <cidrBlock>0.0.0.0/0</cidrBlock> | |
| </item> | |
| <item> | |
| <ruleNumber>101</ruleNumber> | |
| <protocol>-1</protocol> | |
| <ruleAction>allow</ruleAction> | |
| <egress>true</egress> | |
| <ipv6CidrBlock>::/0</ipv6CidrBlock> | |
| </item> | |
| <item> | |
| <ruleNumber>32767</ruleNumber> | |
| <protocol>-1</protocol> | |
| <ruleAction>deny</ruleAction> | |
| <egress>true</egress> | |
| <cidrBlock>0.0.0.0/0</cidrBlock> | |
| </item> | |
| <item> | |
| <ruleNumber>32768</ruleNumber> | |
| <protocol>-1</protocol> | |
| <ruleAction>deny</ruleAction> | |
| <egress>true</egress> | |
| <ipv6CidrBlock>::/0</ipv6CidrBlock> | |
| </item> | |
| <item> | |
| <ruleNumber>100</ruleNumber> | |
| <protocol>-1</protocol> | |
| <ruleAction>allow</ruleAction> | |
| <egress>false</egress> | |
| <cidrBlock>0.0.0.0/0</cidrBlock> | |
| </item> | |
| <item> | |
| <ruleNumber>101</ruleNumber> | |
| <protocol>-1</protocol> | |
| <ruleAction>allow</ruleAction> | |
| <egress>false</egress> | |
| <ipv6CidrBlock>::/0</ipv6CidrBlock> | |
| </item> | |
| <item> | |
| <ruleNumber>32767</ruleNumber> | |
| <protocol>-1</protocol> | |
| <ruleAction>deny</ruleAction> | |
| <egress>false</egress> | |
| <cidrBlock>0.0.0.0/0</cidrBlock> | |
| </item> | |
| <item> | |
| <ruleNumber>32768</ruleNumber> | |
| <protocol>-1</protocol> | |
| <ruleAction>deny</ruleAction> | |
| <egress>false</egress> | |
| <ipv6CidrBlock>::/0</ipv6CidrBlock> | |
| </item> | |
| </entrySet> | |
| <associationSet> | |
| <item> | |
| <networkAclAssociationId>aclassoc-00396b3f28375bc27</networkAclAssociationId> | |
| <networkAclId>acl-0b890c4861b15d237</networkAclId> | |
| <subnetId>subnet-0e741170a4a7edab4</subnetId> | |
| </item> | |
| <item> | |
| <networkAclAssociationId>aclassoc-0ad98433a3756accd</networkAclAssociationId> | |
| <networkAclId>acl-0b890c4861b15d237</networkAclId> | |
| <subnetId>subnet-037d54146f0e39b4d</subnetId> | |
| </item> | |
| <item> | |
| <networkAclAssociationId>aclassoc-07babec1ca55a62fc</networkAclAssociationId> | |
| <networkAclId>acl-0b890c4861b15d237</networkAclId> | |
| <subnetId>subnet-09c55ba55108a3398</subnetId> | |
| </item> | |
| <item> | |
| <networkAclAssociationId>aclassoc-0536035dafef1ce56</networkAclAssociationId> | |
| <networkAclId>acl-0b890c4861b15d237</networkAclId> | |
| <subnetId>subnet-057be6d3f8b725385</subnetId> | |
| </item> | |
| </associationSet> | |
| <tagSet/> | |
| </item> | |
| </networkAclSet> | |
| </DescribeNetworkAclsResponse> | |
http.status_code=200 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" rpc.method=DescribeNetworkAcls timestamp=2023-11-12T19:15:59.537-0800 | |
2023-11-12T19:15:59.540-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request.header.x_amz_date=20231113T031559Z tf_resource_type=aws_vpc @module=aws http.request.header.amz_sdk_request="attempt=1; max=25" tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc http.request.header.content_type=application/x-www-form-urlencoded net.peer.name=ec2.us-west-2.amazonaws.com rpc.method=DescribeRouteTables rpc.service=EC2 http.method=POST http.request_content_length=158 tf_aws.sdk=aws-sdk-go-v2 tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.22.2 os/macos lang/go#1.20.10 md/GOOS#darwin md/GOARCH#arm64 api/ec2#1.130.1" tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ReadResource aws.region=us-west-2 http.request.header.amz_sdk_invocation_id=1eb6a189-d09e-44f0-a73e-c278a4524429 http.url=https://ec2.us-west-2.amazonaws.com/ | |
http.request.body= | |
| Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-05c57731fd3760a04&Version=2016-11-15 | |
rpc.system=aws-api timestamp=2023-11-12T19:15:59.539-0800 | |
2023-11-12T19:15:59.630-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: @module=aws http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" tf_mux_provider="*schema.GRPCProviderServer" http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.duration=87 http.response.header.cache_control="no-cache, no-store" http.response.header.x_amzn_requestid=262f7ef4-e2a5-4334-a363-e3de350772dc tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc tf_resource_type=aws_vpc http.response.header.content_type=text/xml;charset=UTF-8 rpc.method=DescribeRouteTables | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>262f7ef4-e2a5-4334-a363-e3de350772dc</requestId> | |
| <routeTableSet> | |
| <item> | |
| <routeTableId>rtb-04a5462d661e7ee21</routeTableId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <ownerId>405322537961</ownerId> | |
| <routeSet> | |
| <item> | |
| <destinationCidrBlock>10.101.0.0/16</destinationCidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>2600:1f13:6bb:1900::/56</destinationIpv6CidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| </routeSet> | |
| <associationSet> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-068ecc7ac35808715</routeTableAssociationId> | |
| <routeTableId>rtb-04a5462d661e7ee21</routeTableId> | |
| <main>true</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| </associationSet> | |
| <propagatingVgwSet/> | |
| <tagSet/> | |
| </item> | |
| </routeTableSet> | |
| </DescribeRouteTablesResponse> | |
http.status_code=200 tf_aws.sdk=aws-sdk-go-v2 aws.region=us-west-2 rpc.service=EC2 rpc.system=aws-api @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.response.header.server=AmazonEC2 http.response_content_length=1544 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ReadResource timestamp=2023-11-12T19:15:59.628-0800 | |
2023-11-12T19:15:59.631-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request_content_length=158 tf_rpc=ReadResource aws.region=us-west-2 http.request.header.content_type=application/x-www-form-urlencoded rpc.system=aws-api http.request.header.x_amz_date=20231113T031559Z tf_aws.sdk=aws-sdk-go-v2 http.method=POST http.request.header.amz_sdk_request="attempt=1; max=25" | |
http.request.body= | |
| Action=DescribeSecurityGroups&Filter.1.Name=group-name&Filter.1.Value.1=default&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-05c57731fd3760a04&Version=2016-11-15 | |
http.url=https://ec2.us-west-2.amazonaws.com/ tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc tf_resource_type=aws_vpc @module=aws net.peer.name=ec2.us-west-2.amazonaws.com @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" tf_mux_provider="*schema.GRPCProviderServer" rpc.method=DescribeSecurityGroups rpc.service=EC2 http.request.header.amz_sdk_invocation_id=8efb1794-7e35-4ed8-b78a-f18fcfcfbd67 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.22.2 os/macos lang/go#1.20.10 md/GOOS#darwin md/GOARCH#arm64 api/ec2#1.130.1" timestamp=2023-11-12T19:15:59.631-0800 | |
2023-11-12T19:15:59.750-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:45 @module=aws tf_rpc=ReadResource tf_aws.sdk=aws-sdk-go-v2 tf_mux_provider="*schema.GRPCProviderServer" http.duration=117 http.response.header.cache_control="no-cache, no-store" http.status_code=200 aws.region=us-west-2 tf_req_id=3ea37192-e794-9d0a-9b6a-958382afe2cc tf_resource_type=aws_vpc http.response.header.content_type=text/xml;charset=UTF-8 rpc.system=aws-api http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" http.response.header.server=AmazonEC2 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>1174cb71-5699-40f9-8e39-7c44c7cd2453</requestId> | |
| <securityGroupInfo> | |
| <item> | |
| <ownerId>405322537961</ownerId> | |
| <groupId>sg-0285ff5e9a9b80b6f</groupId> | |
| <groupName>default</groupName> | |
| <groupDescription>default VPC security group</groupDescription> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <ipPermissions> | |
| <item> | |
| <ipProtocol>-1</ipProtocol> | |
| <groups> | |
| <item> | |
| <userId>405322537961</userId> | |
| <groupId>sg-0285ff5e9a9b80b6f</groupId> | |
| </item> | |
| </groups> | |
| <ipRanges/> | |
| <ipv6Ranges/> | |
| <prefixListIds/> | |
| </item> | |
| </ipPermissions> | |
| <ipPermissionsEgress> | |
| <item> | |
| <ipProtocol>-1</ipProtocol> | |
| <groups/> | |
| <ipRanges> | |
| <item> | |
| <cidrIp>0.0.0.0/0</cidrIp> | |
| </item> | |
| </ipRanges> | |
| <ipv6Ranges> | |
| <item> | |
| <cidrIpv6>::/0</cidrIpv6> | |
| </item> | |
| </ipv6Ranges> | |
| <prefixListIds/> | |
| </item> | |
| </ipPermissionsEgress> | |
| </item> | |
| </securityGroupInfo> | |
| </DescribeSecurityGroupsResponse> | |
http.response_content_length=1661 rpc.method=DescribeSecurityGroups rpc.service=EC2 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.x_amzn_requestid=1174cb71-5699-40f9-8e39-7c44c7cd2453 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-11-12T19:15:59.749-0800 | |
2023-11-12T19:15:59.756-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_vpc.vpc_network, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .ipv6_ipam_pool_id: planned value cty.StringVal("") for a non-computed attribute | |
- .ipv6_netmask_length: planned value cty.NumberIntVal(0) for a non-computed attribute | |
- .instance_tenancy: planned value cty.StringVal("default") for a non-computed attribute | |
2023-11-12T19:15:59.757-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_internet_gateway.vpc_network" references: [] | |
2023-11-12T19:15:59.759-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:59.759-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_subnet.vpc_network[0]" references: [] | |
2023-11-12T19:15:59.759-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_subnet.vpc_network[1]" references: [] | |
2023-11-12T19:15:59.759-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_subnet.vpc_network[2]" references: [] | |
2023-11-12T19:15:59.759-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_subnet.vpc_network[3]" references: [] | |
2023-11-12T19:15:59.760-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request.header.x_amz_date=20231113T031559Z http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" tf_mux_provider="*schema.GRPCProviderServer" @module=aws tf_aws.sdk=aws-sdk-go tf_provider_addr=registry.terraform.io/hashicorp/aws http.request_content_length=92 rpc.service=EC2 @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" http.flavor=1.1 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" http.url=https://ec2.us-west-2.amazonaws.com/ rpc.system=aws-api tf_req_id=37637da6-8cba-98a6-41dd-e794418508c5 rpc.method=DescribeInternetGateways tf_rpc=ReadResource net.peer.name=ec2.us-west-2.amazonaws.com tf_resource_type=aws_internet_gateway aws.region=us-west-2 http.method=POST | |
http.request.body= | |
| Action=DescribeInternetGateways&InternetGatewayId.1=igw-0f414b749b97541b0&Version=2016-11-15 | |
timestamp=2023-11-12T19:15:59.760-0800 | |
2023-11-12T19:15:59.762-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:59.763-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:59.763-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:59.763-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:59.763-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" tf_aws.sdk=aws-sdk-go rpc.service=EC2 rpc.system=aws-api tf_rpc=ReadResource rpc.method=DescribeSubnets tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.request_content_length=77 http.url=https://ec2.us-west-2.amazonaws.com/ tf_provider_addr=registry.terraform.io/hashicorp/aws http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" @module=aws tf_req_id=475a97f7-2737-e45a-e491-e99b9931dcb8 tf_resource_type=aws_subnet aws.region=us-west-2 http.flavor=1.1 http.method=POST | |
http.request.body= | |
| Action=DescribeSubnets&SubnetId.1=subnet-0e741170a4a7edab4&Version=2016-11-15 | |
http.request.header.x_amz_date=20231113T031559Z net.peer.name=ec2.us-west-2.amazonaws.com timestamp=2023-11-12T19:15:59.763-0800 | |
2023-11-12T19:15:59.763-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request.header.x_amz_date=20231113T031559Z tf_aws.sdk=aws-sdk-go @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" rpc.system=aws-api tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws rpc.service=EC2 tf_resource_type=aws_subnet tf_rpc=ReadResource aws.region=us-west-2 | |
http.request.body= | |
| Action=DescribeSubnets&SubnetId.1=subnet-09c55ba55108a3398&Version=2016-11-15 | |
http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" net.peer.name=ec2.us-west-2.amazonaws.com @module=aws http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" tf_req_id=a69356d1-fb7d-9fd7-8a77-0aefda140ee7 http.flavor=1.1 http.request_content_length=77 http.url=https://ec2.us-west-2.amazonaws.com/ rpc.method=DescribeSubnets http.method=POST timestamp=2023-11-12T19:15:59.763-0800 | |
2023-11-12T19:15:59.763-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: @module=aws http.request_content_length=77 tf_resource_type=aws_subnet aws.region=us-west-2 tf_req_id=544c1e2d-8ee5-d83d-f7c0-19f9a198a047 | |
http.request.body= | |
| Action=DescribeSubnets&SubnetId.1=subnet-057be6d3f8b725385&Version=2016-11-15 | |
tf_aws.sdk=aws-sdk-go tf_rpc=ReadResource http.flavor=1.1 http.method=POST http.url=https://ec2.us-west-2.amazonaws.com/ @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" tf_mux_provider="*schema.GRPCProviderServer" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" rpc.service=EC2 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.x_amz_date=20231113T031559Z rpc.method=DescribeSubnets tf_provider_addr=registry.terraform.io/hashicorp/aws net.peer.name=ec2.us-west-2.amazonaws.com rpc.system=aws-api timestamp=2023-11-12T19:15:59.763-0800 | |
2023-11-12T19:15:59.763-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: tf_resource_type=aws_subnet http.url=https://ec2.us-west-2.amazonaws.com/ http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" rpc.service=EC2 tf_aws.sdk=aws-sdk-go tf_provider_addr=registry.terraform.io/hashicorp/aws http.flavor=1.1 http.request.header.x_amz_date=20231113T031559Z rpc.method=DescribeSubnets @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 @module=aws http.request_content_length=77 tf_req_id=6fbf2908-d2c6-e99a-9b48-68a52aaa2093 tf_rpc=ReadResource aws.region=us-west-2 net.peer.name=ec2.us-west-2.amazonaws.com tf_mux_provider="*schema.GRPCProviderServer" | |
http.request.body= | |
| Action=DescribeSubnets&SubnetId.1=subnet-037d54146f0e39b4d&Version=2016-11-15 | |
http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" http.method=POST http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" rpc.system=aws-api timestamp=2023-11-12T19:15:59.763-0800 | |
2023-11-12T19:15:59.846-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: @module=aws http.duration=85 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeInternetGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>4c9bf10e-c64e-4c71-80b4-35fff24bd998</requestId> | |
| <internetGatewaySet> | |
| <item> | |
| <internetGatewayId>igw-0f414b749b97541b0</internetGatewayId> | |
| <ownerId>405322537961</ownerId> | |
| <attachmentSet> | |
| <item> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <state>available</state> | |
| </item> | |
| </attachmentSet> | |
| <tagSet> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| </tagSet> | |
| </item> | |
| </internetGatewaySet> | |
| </DescribeInternetGatewaysResponse> | |
tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ReadResource http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" tf_aws.sdk=aws-sdk-go tf_resource_type=aws_internet_gateway rpc.system=aws-api @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 http.response.header.server=AmazonEC2 http.response.header.cache_control="no-cache, no-store" http.response.header.x_amzn_requestid=4c9bf10e-c64e-4c71-80b4-35fff24bd998 http.response_content_length=1068 http.status_code=200 aws.region=us-west-2 http.response.header.content_type=text/xml;charset=UTF-8 http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" rpc.method=DescribeInternetGateways tf_provider_addr=registry.terraform.io/hashicorp/aws rpc.service=EC2 tf_req_id=37637da6-8cba-98a6-41dd-e794418508c5 timestamp=2023-11-12T19:15:59.846-0800 | |
2023-11-12T19:15:59.852-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table.vpc_network" references: [] | |
2023-11-12T19:15:59.856-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:15:59.857-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: rpc.system=aws-api http.flavor=1.1 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" rpc.service=EC2 tf_mux_provider="*schema.GRPCProviderServer" http.method=POST | |
http.request.body= | |
| Action=DescribeRouteTables&RouteTableId.1=rtb-0df49d20356fd3715&Version=2016-11-15 | |
http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" http.request.header.x_amz_date=20231113T031559Z http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" aws.region=us-west-2 http.request_content_length=82 rpc.method=DescribeRouteTables tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route_table tf_aws.sdk=aws-sdk-go tf_req_id=45b22444-0302-6f06-c87b-7a377d3db033 @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 @module=aws http.url=https://ec2.us-west-2.amazonaws.com/ net.peer.name=ec2.us-west-2.amazonaws.com tf_rpc=ReadResource timestamp=2023-11-12T19:15:59.857-0800 | |
2023-11-12T19:15:59.947-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: tf_aws.sdk=aws-sdk-go tf_mux_provider="*schema.GRPCProviderServer" http.response.header.cache_control="no-cache, no-store" http.response.header.content_type=text/xml;charset=UTF-8 @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 tf_provider_addr=registry.terraform.io/hashicorp/aws aws.region=us-west-2 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" rpc.system=aws-api @module=aws | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>9cdae0b4-9153-49bd-9c58-3fb572387416</requestId> | |
| <subnetSet> | |
| <item> | |
| <subnetId>subnet-0e741170a4a7edab4</subnetId> | |
| <subnetArn>arn:aws:ec2:us-west-2:405322537961:subnet/subnet-0e741170a4a7edab4</subnetArn> | |
| <state>available</state> | |
| <ownerId>405322537961</ownerId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <cidrBlock>10.101.0.0/18</cidrBlock> | |
| <ipv6CidrBlockAssociationSet> | |
| <item> | |
| <ipv6CidrBlock>2600:1f13:6bb:1900::/64</ipv6CidrBlock> | |
| <associationId>subnet-cidr-assoc-0ddfbce3562aacf58</associationId> | |
| <ipv6CidrBlockState> | |
| <state>associated</state> | |
| </ipv6CidrBlockState> | |
| </item> | |
| </ipv6CidrBlockAssociationSet> | |
| <availableIpAddressCount>16379</availableIpAddressCount> | |
| <availabilityZone>us-west-2a</availabilityZone> | |
| <availabilityZoneId>usw2-az1</availabilityZoneId> | |
| <defaultForAz>false</defaultForAz> | |
| <mapPublicIpOnLaunch>true</mapPublicIpOnLaunch> | |
| <tagSet> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| <item> | |
| <key>Type</key> | |
| <value>Public</value> | |
| </item> | |
| <item> | |
| <key>kubernetes.io/role/elb</key> | |
| <value>1</value> | |
| </item> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| </tagSet> | |
| <assignIpv6AddressOnCreation>true</assignIpv6AddressOnCreation> | |
| <mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
| <privateDnsNameOptionsOnLaunch> | |
| <hostnameType>ip-name</hostnameType> | |
| <enableResourceNameDnsARecord>false</enableResourceNameDnsARecord> | |
| <enableResourceNameDnsAAAARecord>false</enableResourceNameDnsAAAARecord> | |
| </privateDnsNameOptionsOnLaunch> | |
| <ipv6Native>false</ipv6Native> | |
| <enableDns64>false</enableDns64> | |
| </item> | |
| </subnetSet> | |
| </DescribeSubnetsResponse> | |
http.response.header.x_amzn_requestid=9cdae0b4-9153-49bd-9c58-3fb572387416 rpc.method=DescribeSubnets rpc.service=EC2 tf_req_id=475a97f7-2737-e45a-e491-e99b9931dcb8 http.duration=183 http.response.header.vary=accept-encoding http.response.header.server=AmazonEC2 tf_rpc=ReadResource tf_resource_type=aws_subnet http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" http.status_code=200 timestamp=2023-11-12T19:15:59.947-0800 | |
2023-11-12T19:15:59.955-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_subnet.vpc_network[0], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_customer_owned_ip_on_launch: planned value cty.False for a non-computed attribute | |
- .enable_lni_at_device_index: planned value cty.NumberIntVal(0) for a non-computed attribute | |
- .enable_resource_name_dns_a_record_on_launch: planned value cty.False for a non-computed attribute | |
- .outpost_arn: planned value cty.StringVal("") for a non-computed attribute | |
- .enable_dns64: planned value cty.False for a non-computed attribute | |
- .customer_owned_ipv4_pool: planned value cty.StringVal("") for a non-computed attribute | |
- .enable_resource_name_dns_aaaa_record_on_launch: planned value cty.False for a non-computed attribute | |
- .ipv6_native: planned value cty.False for a non-computed attribute | |
2023-11-12T19:16:00.046-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: rpc.service=EC2 tf_rpc=ReadResource http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" rpc.method=DescribeSubnets tf_provider_addr=registry.terraform.io/hashicorp/aws http.response.header.x_amzn_requestid=339eabba-baf4-4705-b956-7ae8f4ae3437 http.duration=282 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>339eabba-baf4-4705-b956-7ae8f4ae3437</requestId> | |
| <subnetSet> | |
| <item> | |
| <subnetId>subnet-09c55ba55108a3398</subnetId> | |
| <subnetArn>arn:aws:ec2:us-west-2:405322537961:subnet/subnet-09c55ba55108a3398</subnetArn> | |
| <state>available</state> | |
| <ownerId>405322537961</ownerId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <cidrBlock>10.101.192.0/18</cidrBlock> | |
| <ipv6CidrBlockAssociationSet> | |
| <item> | |
| <ipv6CidrBlock>2600:1f13:6bb:1903::/64</ipv6CidrBlock> | |
| <associationId>subnet-cidr-assoc-013444abb51f66cb4</associationId> | |
| <ipv6CidrBlockState> | |
| <state>associated</state> | |
| </ipv6CidrBlockState> | |
| </item> | |
| </ipv6CidrBlockAssociationSet> | |
| <availableIpAddressCount>16379</availableIpAddressCount> | |
| <availabilityZone>us-west-2d</availabilityZone> | |
| <availabilityZoneId>usw2-az4</availabilityZoneId> | |
| <defaultForAz>false</defaultForAz> | |
| <mapPublicIpOnLaunch>true</mapPublicIpOnLaunch> | |
| <tagSet> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| <item> | |
| <key>Type</key> | |
| <value>Public</value> | |
| </item> | |
| <item> | |
| <key>kubernetes.io/role/elb</key> | |
| <value>1</value> | |
| </item> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| </tagSet> | |
| <assignIpv6AddressOnCreation>true</assignIpv6AddressOnCreation> | |
| <mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
| <privateDnsNameOptionsOnLaunch> | |
| <hostnameType>ip-name</hostnameType> | |
| <enableResourceNameDnsARecord>false</enableResourceNameDnsARecord> | |
| <enableResourceNameDnsAAAARecord>false</enableResourceNameDnsAAAARecord> | |
| </privateDnsNameOptionsOnLaunch> | |
| <ipv6Native>false</ipv6Native> | |
| <enableDns64>false</enableDns64> | |
| </item> | |
| </subnetSet> | |
| </DescribeSubnetsResponse> | |
tf_resource_type=aws_subnet aws.region=us-west-2 http.response.header.cache_control="no-cache, no-store" tf_aws.sdk=aws-sdk-go @module=aws http.response.header.vary=accept-encoding http.response.header.server=AmazonEC2 rpc.system=aws-api tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=a69356d1-fb7d-9fd7-8a77-0aefda140ee7 http.response.header.content_type=text/xml;charset=UTF-8 http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" http.status_code=200 @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 timestamp=2023-11-12T19:16:00.045-0800 | |
2023-11-12T19:16:00.052-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_subnet.vpc_network[3], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_customer_owned_ip_on_launch: planned value cty.False for a non-computed attribute | |
- .enable_dns64: planned value cty.False for a non-computed attribute | |
- .enable_lni_at_device_index: planned value cty.NumberIntVal(0) for a non-computed attribute | |
- .enable_resource_name_dns_a_record_on_launch: planned value cty.False for a non-computed attribute | |
- .outpost_arn: planned value cty.StringVal("") for a non-computed attribute | |
- .customer_owned_ipv4_pool: planned value cty.StringVal("") for a non-computed attribute | |
- .enable_resource_name_dns_aaaa_record_on_launch: planned value cty.False for a non-computed attribute | |
- .ipv6_native: planned value cty.False for a non-computed attribute | |
2023-11-12T19:16:00.146-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>9cd66af1-22f7-429c-81b8-53914df947ff</requestId> | |
| <subnetSet> | |
| <item> | |
| <subnetId>subnet-057be6d3f8b725385</subnetId> | |
| <subnetArn>arn:aws:ec2:us-west-2:405322537961:subnet/subnet-057be6d3f8b725385</subnetArn> | |
| <state>available</state> | |
| <ownerId>405322537961</ownerId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <cidrBlock>10.101.128.0/18</cidrBlock> | |
| <ipv6CidrBlockAssociationSet> | |
| <item> | |
| <ipv6CidrBlock>2600:1f13:6bb:1902::/64</ipv6CidrBlock> | |
| <associationId>subnet-cidr-assoc-0823eb2e2879e6d26</associationId> | |
| <ipv6CidrBlockState> | |
| <state>associated</state> | |
| </ipv6CidrBlockState> | |
| </item> | |
| </ipv6CidrBlockAssociationSet> | |
| <availableIpAddressCount>16379</availableIpAddressCount> | |
| <availabilityZone>us-west-2c</availabilityZone> | |
| <availabilityZoneId>usw2-az3</availabilityZoneId> | |
| <defaultForAz>false</defaultForAz> | |
| <mapPublicIpOnLaunch>true</mapPublicIpOnLaunch> | |
| <tagSet> | |
| <item> | |
| <key>Type</key> | |
| <value>Public</value> | |
| </item> | |
| <item> | |
| <key>kubernetes.io/role/elb</key> | |
| <value>1</value> | |
| </item> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| </tagSet> | |
| <assignIpv6AddressOnCreation>true</assignIpv6AddressOnCreation> | |
| <mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
| <privateDnsNameOptionsOnLaunch> | |
| <hostnameType>ip-name</hostnameType> | |
| <enableResourceNameDnsARecord>false</enableResourceNameDnsARecord> | |
| <enableResourceNameDnsAAAARecord>false</enableResourceNameDnsAAAARecord> | |
| </privateDnsNameOptionsOnLaunch> | |
| <ipv6Native>false</ipv6Native> | |
| <enableDns64>false</enableDns64> | |
| </item> | |
| </subnetSet> | |
| </DescribeSubnetsResponse> | |
http.status_code=200 http.response.header.x_amzn_requestid=9cd66af1-22f7-429c-81b8-53914df947ff rpc.system=aws-api @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 @module=aws http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" tf_aws.sdk=aws-sdk-go http.response.header.content_type=text/xml;charset=UTF-8 tf_rpc=ReadResource http.duration=382 rpc.method=DescribeSubnets http.response.header.cache_control="no-cache, no-store" rpc.service=EC2 tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=aws_subnet http.response.header.vary=accept-encoding http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" http.response.header.server=AmazonEC2 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=544c1e2d-8ee5-d83d-f7c0-19f9a198a047 aws.region=us-west-2 timestamp=2023-11-12T19:16:00.145-0800 | |
2023-11-12T19:16:00.153-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_subnet.vpc_network[2], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_customer_owned_ip_on_launch: planned value cty.False for a non-computed attribute | |
- .enable_resource_name_dns_a_record_on_launch: planned value cty.False for a non-computed attribute | |
- .outpost_arn: planned value cty.StringVal("") for a non-computed attribute | |
- .enable_dns64: planned value cty.False for a non-computed attribute | |
- .enable_lni_at_device_index: planned value cty.NumberIntVal(0) for a non-computed attribute | |
- .customer_owned_ipv4_pool: planned value cty.StringVal("") for a non-computed attribute | |
- .enable_resource_name_dns_aaaa_record_on_launch: planned value cty.False for a non-computed attribute | |
- .ipv6_native: planned value cty.False for a non-computed attribute | |
2023-11-12T19:16:00.244-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" tf_req_id=6fbf2908-d2c6-e99a-9b48-68a52aaa2093 http.response.header.cache_control="no-cache, no-store" rpc.method=DescribeSubnets rpc.service=EC2 tf_resource_type=aws_subnet tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ReadResource rpc.system=aws-api @module=aws http.response.header.content_type=text/xml;charset=UTF-8 http.response.header.vary=accept-encoding http.status_code=200 tf_aws.sdk=aws-sdk-go http.response.header.server=AmazonEC2 http.response.header.x_amzn_requestid=d56c8c00-186c-4cf5-a9bb-af078ce407ed @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>d56c8c00-186c-4cf5-a9bb-af078ce407ed</requestId> | |
| <subnetSet> | |
| <item> | |
| <subnetId>subnet-037d54146f0e39b4d</subnetId> | |
| <subnetArn>arn:aws:ec2:us-west-2:405322537961:subnet/subnet-037d54146f0e39b4d</subnetArn> | |
| <state>available</state> | |
| <ownerId>405322537961</ownerId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <cidrBlock>10.101.64.0/18</cidrBlock> | |
| <ipv6CidrBlockAssociationSet> | |
| <item> | |
| <ipv6CidrBlock>2600:1f13:6bb:1901::/64</ipv6CidrBlock> | |
| <associationId>subnet-cidr-assoc-01912024327c5d14d</associationId> | |
| <ipv6CidrBlockState> | |
| <state>associated</state> | |
| </ipv6CidrBlockState> | |
| </item> | |
| </ipv6CidrBlockAssociationSet> | |
| <availableIpAddressCount>16379</availableIpAddressCount> | |
| <availabilityZone>us-west-2b</availabilityZone> | |
| <availabilityZoneId>usw2-az2</availabilityZoneId> | |
| <defaultForAz>false</defaultForAz> | |
| <mapPublicIpOnLaunch>true</mapPublicIpOnLaunch> | |
| <tagSet> | |
| <item> | |
| <key>kubernetes.io/role/elb</key> | |
| <value>1</value> | |
| </item> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>Type</key> | |
| <value>Public</value> | |
| </item> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| </tagSet> | |
| <assignIpv6AddressOnCreation>true</assignIpv6AddressOnCreation> | |
| <mapCustomerOwnedIpOnLaunch>false</mapCustomerOwnedIpOnLaunch> | |
| <privateDnsNameOptionsOnLaunch> | |
| <hostnameType>ip-name</hostnameType> | |
| <enableResourceNameDnsARecord>false</enableResourceNameDnsARecord> | |
| <enableResourceNameDnsAAAARecord>false</enableResourceNameDnsAAAARecord> | |
| </privateDnsNameOptionsOnLaunch> | |
| <ipv6Native>false</ipv6Native> | |
| <enableDns64>false</enableDns64> | |
| </item> | |
| </subnetSet> | |
| </DescribeSubnetsResponse> | |
http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" aws.region=us-west-2 http.duration=480 tf_mux_provider="*schema.GRPCProviderServer" timestamp=2023-11-12T19:16:00.244-0800 | |
2023-11-12T19:16:00.251-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_subnet.vpc_network[1], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .map_customer_owned_ip_on_launch: planned value cty.False for a non-computed attribute | |
- .outpost_arn: planned value cty.StringVal("") for a non-computed attribute | |
- .enable_dns64: planned value cty.False for a non-computed attribute | |
- .enable_lni_at_device_index: planned value cty.NumberIntVal(0) for a non-computed attribute | |
- .enable_resource_name_dns_a_record_on_launch: planned value cty.False for a non-computed attribute | |
- .customer_owned_ipv4_pool: planned value cty.StringVal("") for a non-computed attribute | |
- .enable_resource_name_dns_aaaa_record_on_launch: planned value cty.False for a non-computed attribute | |
- .ipv6_native: planned value cty.False for a non-computed attribute | |
2023-11-12T19:16:00.385-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>e06adc57-fd3e-4a90-a529-e9af658278de</requestId> | |
| <routeTableSet> | |
| <item> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <ownerId>405322537961</ownerId> | |
| <routeSet> | |
| <item> | |
| <destinationCidrBlock>10.101.0.0/16</destinationCidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock> | |
| <gatewayId>igw-0f414b749b97541b0</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRoute</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>2600:1f13:6bb:1900::/56</destinationIpv6CidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>::/0</destinationIpv6CidrBlock> | |
| <gatewayId>igw-0f414b749b97541b0</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRoute</origin> | |
| </item> | |
| </routeSet> | |
| <associationSet> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0dcdd8a0a042ec557</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-037d54146f0e39b4d</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-05a6831518cd79a7f</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-0e741170a4a7edab4</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0d2be551d3f1ded37</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-057be6d3f8b725385</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0ba88f2e55ecf33cb</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-09c55ba55108a3398</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| </associationSet> | |
| <propagatingVgwSet/> | |
| <tagSet> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| <item> | |
| <key>Type</key> | |
| <value>Public</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| </tagSet> | |
| </item> | |
| </routeTableSet> | |
| </DescribeRouteTablesResponse> | |
rpc.method=DescribeRouteTables rpc.service=EC2 rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route_table aws.region=us-west-2 tf_aws.sdk=aws-sdk-go tf_req_id=45b22444-0302-6f06-c87b-7a377d3db033 tf_rpc=ReadResource @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 @module=aws http.response.header.cache_control="no-cache, no-store" http.response.header.x_amzn_requestid=e06adc57-fd3e-4a90-a529-e9af658278de tf_mux_provider="*schema.GRPCProviderServer" http.response.header.content_type=text/xml;charset=UTF-8 http.response.header.date="Mon, 13 Nov 2023 03:15:59 GMT" http.response.header.server=AmazonEC2 http.duration=527 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" http.response.header.vary=accept-encoding http.status_code=200 timestamp=2023-11-12T19:16:00.384-0800 | |
2023-11-12T19:16:00.395-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table_association.vpc_network[3]" references: [] | |
2023-11-12T19:16:00.395-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table_association.vpc_network[0]" references: [] | |
2023-11-12T19:16:00.395-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table_association.vpc_network[1]" references: [] | |
2023-11-12T19:16:00.395-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table_association.vpc_network[2]" references: [] | |
2023-11-12T19:16:00.398-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:16:00.398-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:16:00.398-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:16:00.399-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:16:00.399-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: rpc.method=DescribeRouteTables tf_req_id=3178208e-1541-c782-7fc6-793ae2231e17 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" http.request_content_length=142 net.peer.name=ec2.us-west-2.amazonaws.com tf_provider_addr=registry.terraform.io/hashicorp/aws tf_resource_type=aws_route_table_association http.request.header.x_amz_date=20231113T031600Z | |
http.request.body= | |
| Action=DescribeRouteTables&Filter.1.Name=association.route-table-association-id&Filter.1.Value.1=rtbassoc-0dcdd8a0a042ec557&Version=2016-11-15 | |
http.url=https://ec2.us-west-2.amazonaws.com/ @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 aws.region=us-west-2 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" rpc.system=aws-api tf_aws.sdk=aws-sdk-go rpc.service=EC2 tf_mux_provider="*schema.GRPCProviderServer" @module=aws http.flavor=1.1 http.method=POST tf_rpc=ReadResource timestamp=2023-11-12T19:16:00.399-0800 | |
2023-11-12T19:16:00.399-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request_content_length=142 rpc.service=EC2 tf_req_id=ce9f1881-ffcb-5eaf-737d-1d3703dde8fc tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ReadResource aws.region=us-west-2 http.method=POST rpc.system=aws-api @module=aws http.url=https://ec2.us-west-2.amazonaws.com/ tf_provider_addr=registry.terraform.io/hashicorp/aws http.flavor=1.1 net.peer.name=ec2.us-west-2.amazonaws.com rpc.method=DescribeRouteTables @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.request.header.x_amz_date=20231113T031600Z http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" tf_aws.sdk=aws-sdk-go tf_resource_type=aws_route_table_association | |
http.request.body= | |
| Action=DescribeRouteTables&Filter.1.Name=association.route-table-association-id&Filter.1.Value.1=rtbassoc-05a6831518cd79a7f&Version=2016-11-15 | |
http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" timestamp=2023-11-12T19:16:00.399-0800 | |
2023-11-12T19:16:00.399-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: | |
http.request.body= | |
| Action=DescribeRouteTables&Filter.1.Name=association.route-table-association-id&Filter.1.Value.1=rtbassoc-0ba88f2e55ecf33cb&Version=2016-11-15 | |
http.request.header.x_amz_date=20231113T031600Z net.peer.name=ec2.us-west-2.amazonaws.com rpc.method=DescribeRouteTables rpc.system=aws-api tf_provider_addr=registry.terraform.io/hashicorp/aws tf_aws.sdk=aws-sdk-go tf_req_id=044749ee-36d8-8bd0-1ade-511e5b1ff8d1 tf_mux_provider="*schema.GRPCProviderServer" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" http.url=https://ec2.us-west-2.amazonaws.com/ http.flavor=1.1 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" tf_rpc=ReadResource @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.method=POST rpc.service=EC2 http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" http.request_content_length=142 tf_resource_type=aws_route_table_association @module=aws aws.region=us-west-2 timestamp=2023-11-12T19:16:00.399-0800 | |
2023-11-12T19:16:00.399-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" http.url=https://ec2.us-west-2.amazonaws.com/ net.peer.name=ec2.us-west-2.amazonaws.com @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.request.header.x_amz_date=20231113T031600Z rpc.method=DescribeRouteTables rpc.system=aws-api @module=aws http.flavor=1.1 | |
http.request.body= | |
| Action=DescribeRouteTables&Filter.1.Name=association.route-table-association-id&Filter.1.Value.1=rtbassoc-0d2be551d3f1ded37&Version=2016-11-15 | |
http.method=POST http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" tf_aws.sdk=aws-sdk-go tf_mux_provider="*schema.GRPCProviderServer" aws.region=us-west-2 http.request_content_length=142 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=35b72bd9-ffaf-b169-1641-235d3758bc45 http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" rpc.service=EC2 tf_resource_type=aws_route_table_association tf_rpc=ReadResource timestamp=2023-11-12T19:16:00.399-0800 | |
2023-11-12T19:16:00.482-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" tf_req_id=3178208e-1541-c782-7fc6-793ae2231e17 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>821d8b53-6333-49f2-aac0-fb7f7c436e1c</requestId> | |
| <routeTableSet> | |
| <item> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <ownerId>405322537961</ownerId> | |
| <routeSet> | |
| <item> | |
| <destinationCidrBlock>10.101.0.0/16</destinationCidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock> | |
| <gatewayId>igw-0f414b749b97541b0</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRoute</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>2600:1f13:6bb:1900::/56</destinationIpv6CidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>::/0</destinationIpv6CidrBlock> | |
| <gatewayId>igw-0f414b749b97541b0</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRoute</origin> | |
| </item> | |
| </routeSet> | |
| <associationSet> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0dcdd8a0a042ec557</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-037d54146f0e39b4d</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-05a6831518cd79a7f</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-0e741170a4a7edab4</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0d2be551d3f1ded37</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-057be6d3f8b725385</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0ba88f2e55ecf33cb</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-09c55ba55108a3398</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| </associationSet> | |
| <propagatingVgwSet/> | |
| <tagSet> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| <item> | |
| <key>Type</key> | |
| <value>Public</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| </tagSet> | |
| </item> | |
| </routeTableSet> | |
| </DescribeRouteTablesResponse> | |
http.response.header.date="Mon, 13 Nov 2023 03:16:00 GMT" rpc.method=DescribeRouteTables tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @module=aws http.response.header.content_type=text/xml;charset=UTF-8 rpc.service=EC2 tf_rpc=ReadResource @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 http.status_code=200 http.response.header.cache_control="no-cache, no-store" http.response.header.x_amzn_requestid=821d8b53-6333-49f2-aac0-fb7f7c436e1c rpc.system=aws-api tf_resource_type=aws_route_table_association http.response.header.server=AmazonEC2 http.duration=82 http.response.header.vary=accept-encoding tf_aws.sdk=aws-sdk-go aws.region=us-west-2 timestamp=2023-11-12T19:16:00.481-0800 | |
2023-11-12T19:16:00.484-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_route_table_association.vpc_network[1], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .gateway_id: planned value cty.StringVal("") for a non-computed attribute | |
2023-11-12T19:16:00.559-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.duration=158 tf_resource_type=aws_route_table_association tf_rpc=ReadResource http.response.header.content_type=text/xml;charset=UTF-8 rpc.method=DescribeRouteTables rpc.service=EC2 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=ce9f1881-ffcb-5eaf-737d-1d3703dde8fc @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 http.status_code=200 http.response.header.date="Mon, 13 Nov 2023 03:16:00 GMT" tf_provider_addr=registry.terraform.io/hashicorp/aws http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" aws.region=us-west-2 http.response.header.server=AmazonEC2 @module=aws http.response.header.cache_control="no-cache, no-store" http.response.header.vary=accept-encoding rpc.system=aws-api | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>548d617c-b1a4-4b09-9e88-64b5535535ce</requestId> | |
| <routeTableSet> | |
| <item> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <ownerId>405322537961</ownerId> | |
| <routeSet> | |
| <item> | |
| <destinationCidrBlock>10.101.0.0/16</destinationCidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock> | |
| <gatewayId>igw-0f414b749b97541b0</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRoute</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>2600:1f13:6bb:1900::/56</destinationIpv6CidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>::/0</destinationIpv6CidrBlock> | |
| <gatewayId>igw-0f414b749b97541b0</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRoute</origin> | |
| </item> | |
| </routeSet> | |
| <associationSet> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0dcdd8a0a042ec557</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-037d54146f0e39b4d</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-05a6831518cd79a7f</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-0e741170a4a7edab4</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0d2be551d3f1ded37</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-057be6d3f8b725385</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0ba88f2e55ecf33cb</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-09c55ba55108a3398</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| </associationSet> | |
| <propagatingVgwSet/> | |
| <tagSet> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| <item> | |
| <key>Type</key> | |
| <value>Public</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| </tagSet> | |
| </item> | |
| </routeTableSet> | |
| </DescribeRouteTablesResponse> | |
http.response.header.x_amzn_requestid=548d617c-b1a4-4b09-9e88-64b5535535ce tf_aws.sdk=aws-sdk-go timestamp=2023-11-12T19:16:00.558-0800 | |
2023-11-12T19:16:00.564-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_route_table_association.vpc_network[0], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .gateway_id: planned value cty.StringVal("") for a non-computed attribute | |
2023-11-12T19:16:00.618-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.response.header.date="Mon, 13 Nov 2023 03:16:00 GMT" http.response.header.server=AmazonEC2 http.response.header.x_amzn_requestid=1c2fdb39-a088-4c58-9b0a-9df7dd3853ad tf_rpc=ReadResource http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" tf_mux_provider="*schema.GRPCProviderServer" http.response.header.cache_control="no-cache, no-store" tf_provider_addr=registry.terraform.io/hashicorp/aws rpc.service=EC2 rpc.system=aws-api tf_aws.sdk=aws-sdk-go tf_resource_type=aws_route_table_association http.response.header.vary=accept-encoding http.status_code=200 tf_req_id=044749ee-36d8-8bd0-1ade-511e5b1ff8d1 aws.region=us-west-2 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>1c2fdb39-a088-4c58-9b0a-9df7dd3853ad</requestId> | |
| <routeTableSet> | |
| <item> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <ownerId>405322537961</ownerId> | |
| <routeSet> | |
| <item> | |
| <destinationCidrBlock>10.101.0.0/16</destinationCidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock> | |
| <gatewayId>igw-0f414b749b97541b0</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRoute</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>2600:1f13:6bb:1900::/56</destinationIpv6CidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>::/0</destinationIpv6CidrBlock> | |
| <gatewayId>igw-0f414b749b97541b0</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRoute</origin> | |
| </item> | |
| </routeSet> | |
| <associationSet> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0dcdd8a0a042ec557</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-037d54146f0e39b4d</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-05a6831518cd79a7f</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-0e741170a4a7edab4</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0d2be551d3f1ded37</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-057be6d3f8b725385</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0ba88f2e55ecf33cb</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-09c55ba55108a3398</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| </associationSet> | |
| <propagatingVgwSet/> | |
| <tagSet> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| <item> | |
| <key>Type</key> | |
| <value>Public</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| </tagSet> | |
| </item> | |
| </routeTableSet> | |
| </DescribeRouteTablesResponse> | |
@module=aws http.response.header.content_type=text/xml;charset=UTF-8 @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 http.duration=218 rpc.method=DescribeRouteTables timestamp=2023-11-12T19:16:00.618-0800 | |
2023-11-12T19:16:00.623-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_route_table_association.vpc_network[3], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .gateway_id: planned value cty.StringVal("") for a non-computed attribute | |
2023-11-12T19:16:00.706-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: tf_rpc=ReadResource http.response.header.vary=accept-encoding rpc.system=aws-api tf_aws.sdk=aws-sdk-go @module=aws aws.region=us-west-2 http.response.header.server=AmazonEC2 rpc.service=EC2 tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 http.response.header.content_type=text/xml;charset=UTF-8 http.response.header.strict_transport_security="max-age=31536000; includeSubDomains" tf_mux_provider="*schema.GRPCProviderServer" http.response.header.date="Mon, 13 Nov 2023 03:16:00 GMT" http.response.header.x_amzn_requestid=ab2b68e3-f871-431c-82c1-eecaea853f81 tf_req_id=35b72bd9-ffaf-b169-1641-235d3758bc45 http.duration=305 http.status_code=200 rpc.method=DescribeRouteTables | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
| <requestId>ab2b68e3-f871-431c-82c1-eecaea853f81</requestId> | |
| <routeTableSet> | |
| <item> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <vpcId>vpc-05c57731fd3760a04</vpcId> | |
| <ownerId>405322537961</ownerId> | |
| <routeSet> | |
| <item> | |
| <destinationCidrBlock>10.101.0.0/16</destinationCidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock> | |
| <gatewayId>igw-0f414b749b97541b0</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRoute</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>2600:1f13:6bb:1900::/56</destinationIpv6CidrBlock> | |
| <gatewayId>local</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRouteTable</origin> | |
| </item> | |
| <item> | |
| <destinationIpv6CidrBlock>::/0</destinationIpv6CidrBlock> | |
| <gatewayId>igw-0f414b749b97541b0</gatewayId> | |
| <state>active</state> | |
| <origin>CreateRoute</origin> | |
| </item> | |
| </routeSet> | |
| <associationSet> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0dcdd8a0a042ec557</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-037d54146f0e39b4d</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-05a6831518cd79a7f</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-0e741170a4a7edab4</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0d2be551d3f1ded37</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-057be6d3f8b725385</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| <item> | |
| <routeTableAssociationId>rtbassoc-0ba88f2e55ecf33cb</routeTableAssociationId> | |
| <routeTableId>rtb-0df49d20356fd3715</routeTableId> | |
| <subnetId>subnet-09c55ba55108a3398</subnetId> | |
| <main>false</main> | |
| <associationState> | |
| <state>associated</state> | |
| </associationState> | |
| </item> | |
| </associationSet> | |
| <propagatingVgwSet/> | |
| <tagSet> | |
| <item> | |
| <key>project</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| <item> | |
| <key>env</key> | |
| <value>stage</value> | |
| </item> | |
| <item> | |
| <key>Type</key> | |
| <value>Public</value> | |
| </item> | |
| <item> | |
| <key>Name</key> | |
| <value>gitops-demo-stage</value> | |
| </item> | |
| </tagSet> | |
| </item> | |
| </routeTableSet> | |
| </DescribeRouteTablesResponse> | |
http.response.header.cache_control="no-cache, no-store" tf_resource_type=aws_route_table_association timestamp=2023-11-12T19:16:00.705-0800 | |
2023-11-12T19:16:00.709-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_route_table_association.vpc_network[2], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .gateway_id: planned value cty.StringVal("") for a non-computed attribute | |
2023-11-12T19:16:00.710-0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-11-12T19:16:00.719-0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 pid=37965 | |
2023-11-12T19:16:00.719-0800 [DEBUG] provider: plugin exited | |
2023-11-12T19:16:00.719-0800 [DEBUG] building apply graph to check for errors | |
2023-11-12T19:16:00.721-0800 [DEBUG] Resource state not found for node "module.clusters.aws_iam_role.vpc_network_flow_logs_role", instance module.clusters.aws_iam_role.vpc_network_flow_logs_role | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_availability_zones.available (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_route_table_association.vpc_network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_internet_gateway.vpc_network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_route_table.vpc_network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_vpc.vpc_network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "data.aws_partition.found (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_iam_role.flow_logs_assume_role (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.721-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_subnet.vpc_network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.host_cidr" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.envBuild var.project] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters (close)" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table.vpc_network (expand)" references: [module.clusters.var.project (expand) module.clusters.aws_vpc.vpc_network (expand) module.clusters.aws_internet_gateway.vpc_network (expand) module.clusters.aws_internet_gateway.vpc_network (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.myCo" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.project" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.builder" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.minDistSize (expand)" references: [var.minDistSize] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role" references: [module.clusters.var.envBuild (expand) module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "data.aws_partition.found (expand)" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_subnet.vpc_network (expand)" references: [module.clusters.var.minDistSize (expand) module.clusters.data.aws_availability_zones.available (expand) module.clusters.aws_vpc.vpc_network (expand) module.clusters.var.host_cidr (expand) module.clusters.aws_vpc.vpc_network (expand) module.clusters.var.project (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.myDomain" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.DATADOG_UUID (expand)" references: [var.DATADOG_UUID] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.project (expand)" references: [var.project] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "output.partition (expand)" references: [local.part (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "output.iam_user (expand)" references: [local.builder (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand)" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand)" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.kubeNode_type" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.envBuild" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.kubeNode_type (expand)" references: [var.kubeNode_type] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.part (expand)" references: [local.part (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "local.builder (expand)" references: [data.aws_caller_identity.current (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current (expand)" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.DATADOG_UUID" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.region" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.maxDistSize (expand)" references: [var.maxDistSize] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.officeIPAddr (expand)" references: [var.officeIPAddr] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters (expand)" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table_association.vpc_network (expand)" references: [module.clusters.aws_subnet.vpc_network (expand) module.clusters.aws_route_table.vpc_network (expand) module.clusters.aws_subnet.vpc_network (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs (expand)" references: [module.clusters.var.envBuild (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.flow_logs_assume_role (expand)" references: [module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.dns_zone" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.cluster_apps" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "var.officeIPAddr" references: [] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.dns_zone (expand)" references: [var.dns_zone] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.cluster_apps (expand)" references: [var.cluster_apps] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_internet_gateway.vpc_network (expand)" references: [module.clusters.aws_vpc.vpc_network (expand) module.clusters.var.project (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role (expand)" references: [module.clusters.var.envBuild (expand) module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand)] | |
2023-11-12T19:16:00.723-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_vpc.vpc_network (expand)" references: [module.clusters.var.project (expand) module.clusters.var.envBuild (expand) module.clusters.var.host_cidr (expand)] | |
2023-11-12T19:16:00.724-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_availability_zones.available (expand)" references: [] | |
2023-11-12T19:16:00.724-0800 [DEBUG] ReferenceTransformer: "var.maxDistSize" references: [] | |
2023-11-12T19:16:00.724-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.builder (expand)" references: [local.builder (expand)] | |
2023-11-12T19:16:00.724-0800 [DEBUG] ReferenceTransformer: "var.minDistSize" references: [] | |
2023-11-12T19:16:00.724-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.host_cidr (expand)" references: [var.host_cidr] | |
2023-11-12T19:16:00.724-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.envBuild (expand)" references: [var.envBuild] | |
2023-11-12T19:16:00.724-0800 [DEBUG] ReferenceTransformer: "local.part (expand)" references: [data.aws_partition.found (expand)] | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.DATADOG_UUID (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.kubeNode_type (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.part (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.maxDistSize (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.officeIPAddr (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_route_table_association.vpc_network (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_iam_role.flow_logs_assume_role (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.dns_zone (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.cluster_apps (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_route_table.vpc_network (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_subnet.vpc_network (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.builder (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.data.aws_availability_zones.available (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_internet_gateway.vpc_network (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.minDistSize (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_vpc.vpc_network (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.project (expand) is no longer needed, removing | |
2023-11-12T19:16:00.725-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.host_cidr (expand) is no longer needed, removing | |
2023-11-12T19:16:00.726-0800 [INFO] backend/local: plan operation completed | |
2023-11-12T19:16:00.726-0800 [INFO] backend/local: writing plan output to: /tmp/tf-gitops-demo.plan | |
2023-11-12T19:16:00.770-0800 [INFO] backend-s3: Unlocking remote state: tf_backend.lock.id=714fd729-bfde-4173-35a8-8ce6f677164d tf_backend.operation=Unlock tf_backend.req_id=41909d19-3b0d-2dc5-b558-f2e76d6c981c tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:00.771-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=GetItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=714fd729-bfde-4173-35a8-8ce6f677164d tf_backend.operation=Unlock tf_backend.req_id=41909d19-3b0d-2dc5-b558-f2e76d6c981c tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.request_content_length=169 http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/dynamodb#1.21.1" http.request.header.accept_encoding=identity net.peer.name=dynamodb.us-west-2.amazonaws.com http.request.header.amz_sdk_invocation_id=33f0e3ad-2fa6-4700-9f82-826b91245444 http.request.header.content_type=application/x-amz-json-1.0 http.url=https://dynamodb.us-west-2.amazonaws.com/ http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/dynamodb/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-target, Signature=*****" http.request.header.x_amz_target=DynamoDB_20120810.GetItem http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_date=20231113T031600Z | |
http.request.body= | |
| {"ConsistentRead":true,"Key":{"LockID":{"S":"tf-state-gitops-demo-stage/env/stage"}},"ProjectionExpression":"LockID, Info","TableName":"tf-state-gitops-demo-stage-lock"} | |
http.method=POST | |
2023-11-12T19:16:00.814-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=GetItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=714fd729-bfde-4173-35a8-8ce6f677164d tf_backend.operation=Unlock tf_backend.req_id=41909d19-3b0d-2dc5-b558-f2e76d6c981c tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.response.header.content_type=application/x-amz-json-1.0 | |
http.response.body= | |
| {"Item":{"LockID":{"S":"tf-state-gitops-demo-stage/env/stage"},"Info":{"S":"{\"ID\":\"714fd729-bfde-4173-35a8-8ce6f677164d\",\"Operation\":\"OperationTypePlan\",\"Info\":\"\",\"Who\":\"[email protected]\",\"Version\":\"1.6.3\",\"Created\":\"2023-11-13T03:15:48.198911Z\",\"Path\":\"tf-state-gitops-demo-stage/env/stage\"}"}}} | |
http.duration=43 http.response.header.date="Mon, 13 Nov 2023 03:16:00 GMT" http.response.header.x_amzn_requestid=CBLVVC4U59BVH67CGPKHE08T47VV4KQNSO5AEMVJF66Q9ASUAAJG http.response.header.x_amz_crc32=2544986371 http.response.header.server=Server http.response.header.connection=keep-alive http.status_code=200 http.response_content_length=326 | |
2023-11-12T19:16:00.815-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=DeleteItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=714fd729-bfde-4173-35a8-8ce6f677164d tf_backend.operation=Unlock tf_backend.req_id=41909d19-3b0d-2dc5-b558-f2e76d6c981c tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.request.header.amz_sdk_invocation_id=1984abcb-5917-4003-b70a-41ee5c57feb9 http.request.header.accept_encoding=identity http.url=https://dynamodb.us-west-2.amazonaws.com/ net.peer.name=dynamodb.us-west-2.amazonaws.com http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/dynamodb#1.21.1" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/dynamodb/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-target, Signature=*****" http.request.header.content_type=application/x-amz-json-1.0 http.method=POST http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_date=20231113T031600Z | |
http.request.body= | |
| {"Key":{"LockID":{"S":"tf-state-gitops-demo-stage/env/stage"}},"TableName":"tf-state-gitops-demo-stage-lock"} | |
http.request_content_length=109 http.request.header.x_amz_target=DynamoDB_20120810.DeleteItem | |
2023-11-12T19:16:00.853-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=DeleteItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=714fd729-bfde-4173-35a8-8ce6f677164d tf_backend.operation=Unlock tf_backend.req_id=41909d19-3b0d-2dc5-b558-f2e76d6c981c tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.duration=38 http.response.header.content_type=application/x-amz-json-1.0 http.response.header.connection=keep-alive http.response.header.x_amz_crc32=2745614147 http.status_code=200 http.response_content_length=2 http.response.header.x_amzn_requestid=OD4O5LD7JI2JGMN51BMPFKKBRVVV4KQNSO5AEMVJF66Q9ASUAAJG http.response.header.server=Server http.response.header.date="Mon, 13 Nov 2023 03:16:00 GMT" | |
http.response.body= | |
| {} | |
2023-11-12T19:16:00.903-0800 [INFO] Terraform version: 1.6.3 | |
2023-11-12T19:16:00.903-0800 [DEBUG] using github.com/hashicorp/go-tfe v1.36.0 | |
2023-11-12T19:16:00.903-0800 [DEBUG] using github.com/hashicorp/hcl/v2 v2.19.1 | |
2023-11-12T19:16:00.903-0800 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 | |
2023-11-12T19:16:00.903-0800 [DEBUG] using github.com/zclconf/go-cty v1.14.1 | |
2023-11-12T19:16:00.903-0800 [INFO] Go runtime version: go1.21.3 | |
2023-11-12T19:16:00.903-0800 [INFO] CLI args: []string{"/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.3/terraform", "apply", "--auto-approve", "-no-color", "-parallelism=1", "-input=false", "/tmp/tf-gitops-demo.plan"} | |
2023-11-12T19:16:00.903-0800 [DEBUG] Attempting to open CLI config file: /Users/thomas/.terraformrc | |
2023-11-12T19:16:00.903-0800 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2023-11-12T19:16:00.903-0800 [DEBUG] checking for credentials in "/Users/thomas/.terraform.d/plugins" | |
2023-11-12T19:16:00.903-0800 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2023-11-12T19:16:00.903-0800 [DEBUG] will search for provider plugins in /Users/thomas/.terraform.d/plugins | |
2023-11-12T19:16:00.904-0800 [DEBUG] ignoring non-existing provider search directory /Users/thomas/Library/Application Support/io.terraform/plugins | |
2023-11-12T19:16:00.904-0800 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2023-11-12T19:16:00.904-0800 [INFO] CLI command args: []string{"apply", "--auto-approve", "-no-color", "-parallelism=1", "-input=false", "/tmp/tf-gitops-demo.plan"} | |
2023-11-12T19:16:00.907-0800 [DEBUG] backend-s3.aws-base: Resolving credentials provider: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:00.907-0800 [DEBUG] backend-s3.aws-base: Using profile: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage tf_aws.profile.source=envvar tf_aws.profile=thomas | |
2023-11-12T19:16:00.907-0800 [DEBUG] backend-s3.aws-base: Using shared configuration files: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage tf_aws.shared_config_files=["/Users/thomas/.aws/config"] tf_aws.shared_config_files.source=envvar | |
2023-11-12T19:16:00.907-0800 [DEBUG] backend-s3.aws-base: Loading profile: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage tf_aws.profile=thomas | |
2023-11-12T19:16:00.907-0800 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:00.907-0800 [DEBUG] backend-s3.aws-base: Retrieving credentials: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:00.907-0800 [INFO] backend-s3.aws-base: Retrieved credentials: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage tf_aws.credentials_source="SharedConfigCredentials: /Users/thomas/.aws/credentials" | |
2023-11-12T19:16:00.907-0800 [DEBUG] backend-s3.aws-base: Loading configuration: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:00.907-0800 [DEBUG] backend-s3.aws-base: Retrieving caller identity from STS: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:00.908-0800 [DEBUG] backend-s3.aws-base: HTTP Request Sent: aws.operation=GetCallerIdentity aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=STS tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.method=POST http.url=https://sts.us-west-2.amazonaws.com/ http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_date=20231113T031600Z net.peer.name=sts.us-west-2.amazonaws.com http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.21.5" http.request_content_length=43 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.content_type=application/x-www-form-urlencoded http.request.header.amz_sdk_invocation_id=91bb3007-dd4a-4437-9241-a9712d6633a3 | |
http.request.body= | |
| Action=GetCallerIdentity&Version=2011-06-15 | |
2023-11-12T19:16:06.092-0800 [DEBUG] backend-s3.aws-base: HTTP Response Received: aws.operation=GetCallerIdentity aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=STS tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.duration=5184 http.status_code=200 http.response_content_length=403 http.response.header.date="Mon, 13 Nov 2023 03:16:06 GMT" http.response.header.x_amzn_requestid=5952303c-cbea-4ca6-8535-6c9fe51b36fe http.response.header.content_type=text/xml | |
http.response.body= | |
| <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| <GetCallerIdentityResult> | |
| <Arn>arn:aws:iam::405322537961:user/thomas</Arn> | |
| <UserId>AIDA*************C3R3</UserId> | |
| <Account>405322537961</Account> | |
| </GetCallerIdentityResult> | |
| <ResponseMetadata> | |
| <RequestId>5952303c-cbea-4ca6-8535-6c9fe51b36fe</RequestId> | |
| </ResponseMetadata> | |
| </GetCallerIdentityResponse> | |
2023-11-12T19:16:06.092-0800 [INFO] backend-s3.aws-base: Retrieved caller identity from STS: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:06.093-0800 [DEBUG] backend-s3.aws-base: Retrieving caller identity from STS: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:06.093-0800 [DEBUG] backend-s3.aws-base: HTTP Request Sent: aws.operation=GetCallerIdentity aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=STS tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.request.header.content_type=application/x-www-form-urlencoded | |
http.request.body= | |
| Action=GetCallerIdentity&Version=2011-06-15 | |
http.method=POST http.url=https://sts.us-west-2.amazonaws.com/ net.peer.name=sts.us-west-2.amazonaws.com http.request_content_length=43 http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_date=20231113T031606Z http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.21.5" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" http.request.header.amz_sdk_invocation_id=7991479d-c3bd-425a-8385-47764dc381fb | |
2023-11-12T19:16:06.130-0800 [DEBUG] backend-s3.aws-base: HTTP Response Received: aws.operation=GetCallerIdentity aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=STS tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.response.header.content_type=text/xml http.response.header.date="Mon, 13 Nov 2023 03:16:06 GMT" | |
http.response.body= | |
| <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
| <GetCallerIdentityResult> | |
| <Arn>arn:aws:iam::405322537961:user/thomas</Arn> | |
| <UserId>AIDA*************C3R3</UserId> | |
| <Account>405322537961</Account> | |
| </GetCallerIdentityResult> | |
| <ResponseMetadata> | |
| <RequestId>04d7811b-81b5-4520-9e84-7e9c8710203d</RequestId> | |
| </ResponseMetadata> | |
| </GetCallerIdentityResponse> | |
http.duration=36 http.status_code=200 http.response_content_length=403 http.response.header.x_amzn_requestid=04d7811b-81b5-4520-9e84-7e9c8710203d | |
2023-11-12T19:16:06.131-0800 [INFO] backend-s3.aws-base: Retrieved caller identity from STS: tf_backend.operation=Configure tf_backend.req_id=05cb09c5-3f35-34fe-c787-28ba06a03c8a tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:06.344-0800 [DEBUG] checking for provisioner in "." | |
2023-11-12T19:16:06.346-0800 [DEBUG] checking for provisioner in "/opt/homebrew/Cellar/tfenv/3.0.0/versions/1.6.3" | |
2023-11-12T19:16:06.346-0800 [DEBUG] checking for provisioner in "/Users/thomas/.terraform.d/plugins" | |
2023-11-12T19:16:06.346-0800 [INFO] backend/local: starting Apply operation | |
2023-11-12T19:16:06.347-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=ListObjectsV2 aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Workspaces tf_backend.req_id=bda1eac7-4720-b06d-c4c9-bdff9b8c5714 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.workspace-prefix=env:/ http.request.header.accept_encoding=identity http.request.header.amz_sdk_invocation_id=d5a022b1-7d4b-4fc9-ba81-8bb96a280e1f http.request.header.x_amz_date=20231113T031606Z http.request.body="" http.method=GET http.url="https://tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com/?list-type=2&max-keys=1000&prefix=env%3A%2F" net.peer.name=tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com http.request.header.amz_sdk_request="attempt=1; max=5" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/s3#1.38.5" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2023-11-12T19:16:11.786-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=ListObjectsV2 aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Workspaces tf_backend.req_id=bda1eac7-4720-b06d-c4c9-bdff9b8c5714 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.workspace-prefix=env:/ http.status_code=200 http.response.header.content_type=application/xml http.response.header.server=AmazonS3 | |
http.response.body= | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>tf-state-gitops-demo-stage</Name><Prefix>env:/</Prefix><KeyCount>0</KeyCount><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult> | |
http.duration=5438 http.response.header.x_amz_request_id=3Z7M1N89EFNVM3D5 http.response.header.date="Mon, 13 Nov 2023 03:16:12 GMT" http.response.header.x_amz_bucket_region=us-west-2 http.response.header.x_amz_id_2="i/WYJkDCbYJrgZe63i1lJ8nHk/paTLoWSt6Xuc6QMJUZQOaLHxZtThMa8w8+7KxyiNQqR/+IxTUrM4QU6zoUeA==" | |
2023-11-12T19:16:11.787-0800 [INFO] backend-s3: Locking remote state: tf_backend.lock.id=b13caaf2-80c5-73fe-aaad-d844e30616cf tf_backend.lock.info="" tf_backend.lock.operation=OperationTypeApply tf_backend.lock.path=tf-state-gitops-demo-stage/env/stage tf_backend.lock.version=1.6.3 [email protected] tf_backend.operation=Lock tf_backend.req_id=29c37295-e4b5-6ad5-2321-6b5fb34010ca tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:11.789-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=PutItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=b13caaf2-80c5-73fe-aaad-d844e30616cf tf_backend.lock.info="" tf_backend.lock.operation=OperationTypeApply tf_backend.lock.path=tf-state-gitops-demo-stage/env/stage tf_backend.lock.version=1.6.3 [email protected] tf_backend.operation=Lock tf_backend.req_id=29c37295-e4b5-6ad5-2321-6b5fb34010ca tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.request.header.x_amz_date=20231113T031611Z | |
http.request.body= | |
| {"ConditionExpression":"attribute_not_exists(LockID)","Item":{"Info":{"S":"{\"ID\":\"b13caaf2-80c5-73fe-aaad-d844e30616cf\",\"Operation\":\"OperationTypeApply\",\"Info\":\"\",\"Who\":\"[email protected]\",\"Version\":\"1.6.3\",\"Created\":\"2023-11-13T03:16:11.787292Z\",\"Path\":\"tf-state-gitops-demo-stage/env/stage\"}"},"LockID":{"S":"tf-state-gitops-demo-stage/env/stage"}},"TableName":"tf-state-gitops-demo-stage-lock"} | |
http.request_content_length=426 http.request.header.amz_sdk_request="attempt=1; max=5" http.method=POST http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/dynamodb/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-target, Signature=*****" http.request.header.amz_sdk_invocation_id=ffbf759a-32f6-48e9-ade1-451995e156bc http.request.header.content_type=application/x-amz-json-1.0 http.url=https://dynamodb.us-west-2.amazonaws.com/ net.peer.name=dynamodb.us-west-2.amazonaws.com http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/dynamodb#1.21.1" http.request.header.x_amz_target=DynamoDB_20120810.PutItem http.request.header.accept_encoding=identity | |
2023-11-12T19:16:14.075-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=PutItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=b13caaf2-80c5-73fe-aaad-d844e30616cf tf_backend.lock.info="" tf_backend.lock.operation=OperationTypeApply tf_backend.lock.path=tf-state-gitops-demo-stage/env/stage tf_backend.lock.version=1.6.3 [email protected] tf_backend.operation=Lock tf_backend.req_id=29c37295-e4b5-6ad5-2321-6b5fb34010ca tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.response.header.x_amzn_requestid=3VKV63FKPDBQ4GH1RDB4U4TGFJVV4KQNSO5AEMVJF66Q9ASUAAJG http.response.header.x_amz_crc32=2745614147 http.response.header.server=Server | |
http.response.body= | |
| {} | |
http.duration=2285 http.status_code=200 http.response.header.content_type=application/x-amz-json-1.0 http.response_content_length=2 http.response.header.date="Mon, 13 Nov 2023 03:16:13 GMT" http.response.header.connection=keep-alive | |
2023-11-12T19:16:14.077-0800 [INFO] backend-s3: Downloading remote state: tf_backend.operation=Get tf_backend.req_id=6221e085-5c71-ef47-2e05-75f3eee93dd7 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:14.078-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=HeadObject aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Get tf_backend.req_id=6221e085-5c71-ef47-2e05-75f3eee93dd7 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.method=HEAD net.peer.name=tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com http.request.header.amz_sdk_invocation_id=67727a7a-008c-41e7-8753-f2106faf3628 http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 http.request.body="" http.url=https://tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com/env/stage http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/s3#1.38.5" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.accept_encoding=identity http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_date=20231113T031614Z | |
2023-11-12T19:16:14.130-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=HeadObject aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Get tf_backend.req_id=6221e085-5c71-ef47-2e05-75f3eee93dd7 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.status_code=200 http.response.header.etag="\"91933ee9a9446b1cac51aec5823656ee\"" http.response.header.last_modified="Mon, 13 Nov 2023 03:05:10 GMT" http.duration=52 http.response.header.accept_ranges=bytes http.response.header.x_amz_version_id=1dOeB4iCKNLuRGO668S6xiNw.b_utsfN http.response.header.server=AmazonS3 http.response.header.x_amz_id_2="u0mP5edlrZ7UaE/JjCA3r555l4rfBjXTgtZ0dnfLE4tap6pe6KYV+2ikRT+AFVhiWIKpuaFwVaYXkCWuyX3dGg==" http.response_content_length=24750 http.response.header.x_amz_server_side_encryption=AES256 http.response.header.x_amz_request_id=8P8VE8RHPTENC2RQ http.response.header.content_type=application/json http.response.header.date="Mon, 13 Nov 2023 03:16:15 GMT" http.response.body="" | |
2023-11-12T19:16:14.132-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=GetObject aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Get tf_backend.req_id=6221e085-5c71-ef47-2e05-75f3eee93dd7 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.amz_sdk_invocation_id=2fcbec62-d262-4f4e-ace4-0ec15ef7d3fb http.request.header.accept_encoding=identity http.request.body="" http.method=GET http.url=https://tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com/env/stage?x-id=GetObject net.peer.name=tf-state-gitops-demo-stage.s3.us-west-2.amazonaws.com http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/s3#1.38.5 ft/s3-transfer" http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/s3/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;host;range;x-amz-content-sha256;x-amz-date, Signature=*****" http.request.header.x_amz_date=20231113T031614Z http.request.header.range=bytes=0-5242879 http.request.header.x_amz_content_sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2023-11-12T19:16:14.221-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=GetObject aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=S3 tf_backend.operation=Get tf_backend.req_id=6221e085-5c71-ef47-2e05-75f3eee93dd7 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.response.header.server=AmazonS3 | |
http.response.body= | |
| { | |
| "version": 4, | |
| "terraform_version": "1.5.1", | |
| "serial": 52, | |
| "lineage": "68a9e0f6-d029-1c46-3ddc-52d8613cd815", | |
| "outputs": { | |
| "iam_user": { | |
| "value": "thomas", | |
| "type": "string" | |
| }, | |
| "partition": { | |
| "value": "aws", | |
| "type": "string" | |
| } | |
| }, | |
| "resources": [ | |
| { | |
| "mode": "data", | |
| "type": "aws_caller_identity", | |
| "name": "current", | |
| "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
| "instances": [ | |
| { | |
| "schema_version": 0, | |
| "attributes": { | |
| "account_id": "405322537961", | |
| "arn": "arn:aws:iam::405322537961:user/thomas", | |
| "id": "405322537961", | |
| "user_id": "AIDA*************C3R3" | |
| }, | |
| "sensitive_attributes": [] | |
| } | |
| ] | |
| }, | |
| { | |
| "mode": "data", | |
| "type": "aws_partition", | |
| "name": "found", | |
| "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
| "instances": [ | |
| { | |
| "schema_version": 0, | |
| "attributes": { | |
| "dns_suffix": "amazonaws.com", | |
| "id": "aws", | |
| "partition": "aws", | |
| "reverse_dns_prefix": "com.amazonaws" | |
| }, | |
| "sensitive_attributes": [] | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "module.clusters", | |
| "mode": "data", | |
| "type": "aws_availability_zones", | |
| "name": "available", | |
| "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
| "instances": [ | |
| { | |
| "schema_version": 0, | |
| "attributes": { | |
| "all_availability_zones": null, | |
| "exclude_names": null, | |
| "exclude_zone_ids": null, | |
| "filter": null, | |
| "group_names": [ | |
| "us-west-2" | |
| ], | |
| "id": "us-west-2", | |
| "names": [ | |
| "us-west-2a", | |
| "us-west-2b", | |
| "us-west-2c", | |
| "us-west-2d" | |
| ], | |
| "state": "available", | |
| "timeouts": null, | |
| "zone_ids": [ | |
| "usw2-az1", | |
| "usw2-az2", | |
| "usw2-az3", | |
| "usw2-az4" | |
| ] | |
| }, | |
| "sensitive_attributes": [] | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "module.clusters", | |
| "mode": "data", | |
| "type": "aws_iam_policy_document", | |
| "name": "flow_logs_assume_policy", | |
| "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
| "instances": [ | |
| { | |
| "schema_version": 0, | |
| "attributes": { | |
| "id": "2717921857", | |
| "json": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": {\n \"Service\": \"vpc-flow-logs.amazonaws.com\"\n }\n }\n ]\n}", | |
| "override_policy_documents": null, | |
| "policy_id": null, | |
| "source_policy_documents": null, | |
| "statement": [ | |
| { | |
| "actions": [ | |
| "sts:AssumeRole" | |
| ], | |
| "condition": [], | |
| "effect": "Allow", | |
| "not_actions": [], | |
| "not_principals": [], | |
| "not_resources": [], | |
| "principals": [ | |
| { | |
| "identifiers": [ | |
| "vpc-flow-logs.amazonaws.com" | |
| ], | |
| "type": "Service" | |
| } | |
| ], | |
| "resources": [], | |
| "sid": "" | |
| } | |
| ], | |
| "version": "2012-10-17" | |
| }, | |
| "sensitive_attributes": [] | |
| } | |
| ] | |
| }, | |
| { | |
| "module": "module.clusters", | |
| "mode": "data", | |
| "type": "aws_iam_policy_document", | |
| "name": "flow_logs_policy", | |
| "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", | |
| "instances": [ | |
| { | |
| "schema_version": 0, | |
| "attributes": { | |
| "id": "3253318109", | |
| "json": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"logs:PutLogEvents\",\n \"logs:DescribeLogStreams\",\n \"logs:DescribeLogGroups\",\n \"logs:CreateLogStream\",\n \"logs:CreateLogGroup\"\n ],\n \"Resource\": \"*\"\n }\n ]\n}", | |
| [truncated...] | |
http.response.header.date="Mon, 13 Nov 2023 03:16:15 GMT" http.response.header.x_amz_version_id=1dOeB4iCKNLuRGO668S6xiNw.b_utsfN http.response.header.accept_ranges=bytes http.status_code=206 http.response_content_length=24750 http.duration=51 http.response.header.etag="\"91933ee9a9446b1cac51aec5823656ee\"" http.response.header.x_amz_server_side_encryption=AES256 http.response.header.content_range="bytes 0-24749/24750" http.response.header.x_amz_id_2=hneFEpucVEYAp8913O3AbqjYinqTRlBvsdBh4iO2lZDJtK/LYyP0TRwUWqVq1P/sjho0Bve2BklSOZaGk19pXQ== http.response.header.last_modified="Mon, 13 Nov 2023 03:05:10 GMT" http.response.header.content_type=application/json http.response.header.x_amz_request_id=8P8W9MCX4TXN61CV | |
2023-11-12T19:16:14.234-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=GetItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.operation=Get tf_backend.req_id=6221e085-5c71-ef47-2e05-75f3eee93dd7 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.url=https://dynamodb.us-west-2.amazonaws.com/ http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.x_amz_date=20231113T031614Z http.request.header.amz_sdk_invocation_id=66396c46-ab21-4029-b2be-53b0b1215117 http.method=POST http.request.header.accept_encoding=identity http.request.header.content_type=application/x-amz-json-1.0 net.peer.name=dynamodb.us-west-2.amazonaws.com http.request.header.x_amz_target=DynamoDB_20120810.GetItem | |
http.request.body= | |
| {"ConsistentRead":true,"Key":{"LockID":{"S":"tf-state-gitops-demo-stage/env/stage-md5"}},"ProjectionExpression":"LockID, Digest","TableName":"tf-state-gitops-demo-stage-lock"} | |
http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/dynamodb#1.21.1" http.request_content_length=175 http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/dynamodb/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-target, Signature=*****" | |
2023-11-12T19:16:14.278-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=GetItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.operation=Get tf_backend.req_id=6221e085-5c71-ef47-2e05-75f3eee93dd7 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.response_content_length=118 http.response.header.x_amz_crc32=238581428 | |
http.response.body= | |
| {"Item":{"Digest":{"S":"91933ee9a9446b1cac51aec5823656ee"},"LockID":{"S":"tf-state-gitops-demo-stage/env/stage-md5"}}} | |
http.duration=43 http.status_code=200 http.response.header.date="Mon, 13 Nov 2023 03:16:14 GMT" http.response.header.content_type=application/x-amz-json-1.0 http.response.header.connection=keep-alive http.response.header.x_amzn_requestid=OIABLPQTC2Q4RJPF8ENHGSQ35VVV4KQNSO5AEMVJF66Q9ASUAAJG http.response.header.server=Server | |
2023-11-12T19:16:14.295-0800 [DEBUG] created provider logger: level=debug | |
2023-11-12T19:16:14.295-0800 [INFO] provider: configuring client automatic mTLS | |
2023-11-12T19:16:14.307-0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5"] | |
2023-11-12T19:16:14.334-0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 pid=37980 | |
2023-11-12T19:16:14.335-0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 | |
2023-11-12T19:16:14.404-0800 [INFO] provider.terraform-provider-aws_v5.25.0_x5: configuring server automatic mTLS: timestamp=2023-11-12T19:16:14.404-0800 | |
2023-11-12T19:16:14.410-0800 [DEBUG] provider: using plugin: version=5 | |
2023-11-12T19:16:14.410-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: plugin address: network=unix address=/var/folders/cn/v41nczfs6tvf15dj48f33gkm0000gn/T/plugin2034524057 timestamp=2023-11-12T19:16:14.410-0800 | |
2023-11-12T19:16:14.758-0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-11-12T19:16:14.760-0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 pid=37980 | |
2023-11-12T19:16:14.760-0800 [DEBUG] provider: plugin exited | |
2023-11-12T19:16:14.760-0800 [INFO] backend/local: apply calling Apply | |
2023-11-12T19:16:14.760-0800 [DEBUG] Building and walking apply graph for NormalMode plan | |
2023-11-12T19:16:14.761-0800 [DEBUG] Resource state not found for node "module.clusters.aws_iam_role.vpc_network_flow_logs_role", instance module.clusters.aws_iam_role.vpc_network_flow_logs_role | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_iam_role.flow_logs_assume_role (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "data.aws_partition.found (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_vpc.vpc_network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.data.aws_availability_zones.available (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_subnet.vpc_network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_route_table.vpc_network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_internet_gateway.vpc_network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.761-0800 [DEBUG] ProviderTransformer: "module.clusters.aws_route_table_association.vpc_network (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand)" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.minDistSize (expand)" references: [var.minDistSize] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs (expand)" references: [module.clusters.var.envBuild (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand)" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.data.aws_availability_zones.available (expand)" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.cluster_apps" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.DATADOG_UUID" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.maxDistSize" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.minDistSize" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.officeIPAddr (expand)" references: [var.officeIPAddr] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table.vpc_network (expand)" references: [module.clusters.var.project (expand) module.clusters.aws_vpc.vpc_network (expand) module.clusters.aws_internet_gateway.vpc_network (expand) module.clusters.aws_internet_gateway.vpc_network (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "local.builder (expand)" references: [data.aws_caller_identity.current (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.region" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.maxDistSize (expand)" references: [var.maxDistSize] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role" references: [module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand) module.clusters.var.envBuild (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.envBuild var.project] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.envBuild" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_route_table_association.vpc_network (expand)" references: [module.clusters.aws_subnet.vpc_network (expand) module.clusters.aws_route_table.vpc_network (expand) module.clusters.aws_subnet.vpc_network (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_vpc.vpc_network (expand)" references: [module.clusters.var.project (expand) module.clusters.var.envBuild (expand) module.clusters.var.host_cidr (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.project" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.host_cidr" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.builder" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.host_cidr (expand)" references: [var.host_cidr] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters (close)" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "data.aws_partition.found (expand)" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.myDomain" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.builder (expand)" references: [local.builder (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.DATADOG_UUID (expand)" references: [var.DATADOG_UUID] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.envBuild (expand)" references: [var.envBuild] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.kubeNode_type (expand)" references: [var.kubeNode_type] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "output.iam_user (expand)" references: [local.builder (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.flow_logs_assume_role (expand)" references: [module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.dns_zone" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.myCo" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "output.partition (expand)" references: [local.part (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_internet_gateway.vpc_network (expand)" references: [module.clusters.aws_vpc.vpc_network (expand) module.clusters.var.project (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_iam_role.vpc_network_flow_logs_role (expand)" references: [module.clusters.data.aws_iam_policy_document.flow_logs_policy (expand) module.clusters.var.envBuild (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.officeIPAddr" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.project (expand)" references: [var.project] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.part (expand)" references: [local.part (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.cluster_apps (expand)" references: [var.cluster_apps] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "local.part (expand)" references: [data.aws_partition.found (expand)] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters (expand)" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "data.aws_caller_identity.current (expand)" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "var.kubeNode_type" references: [] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.var.dns_zone (expand)" references: [var.dns_zone] | |
2023-11-12T19:16:14.762-0800 [DEBUG] ReferenceTransformer: "module.clusters.aws_subnet.vpc_network (expand)" references: [module.clusters.var.minDistSize (expand) module.clusters.data.aws_availability_zones.available (expand) module.clusters.var.host_cidr (expand) module.clusters.var.project (expand) module.clusters.aws_vpc.vpc_network (expand) module.clusters.aws_vpc.vpc_network (expand)] | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.maxDistSize (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_route_table_association.vpc_network (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.builder (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.DATADOG_UUID (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.kubeNode_type (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_iam_role.flow_logs_assume_role (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.part (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.cluster_apps (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.dns_zone (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_subnet.vpc_network (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.minDistSize (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_route_table.vpc_network (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.officeIPAddr (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_internet_gateway.vpc_network (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.data.aws_availability_zones.available (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_vpc.vpc_network (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.host_cidr (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.aws_cloudwatch_log_group.vpc_network_flow_logs (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.data.aws_iam_policy_document.flow_logs_assume_policy (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] pruneUnusedNodes: module.clusters.var.project (expand) is no longer needed, removing | |
2023-11-12T19:16:14.763-0800 [DEBUG] Starting graph walk: walkApply | |
2023-11-12T19:16:14.763-0800 [DEBUG] created provider logger: level=debug | |
2023-11-12T19:16:14.763-0800 [INFO] provider: configuring client automatic mTLS | |
2023-11-12T19:16:14.766-0800 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5"] | |
2023-11-12T19:16:14.778-0800 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 pid=37981 | |
2023-11-12T19:16:14.778-0800 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 | |
2023-11-12T19:16:14.848-0800 [INFO] provider.terraform-provider-aws_v5.25.0_x5: configuring server automatic mTLS: timestamp=2023-11-12T19:16:14.848-0800 | |
2023-11-12T19:16:14.853-0800 [DEBUG] provider: using plugin: version=5 | |
2023-11-12T19:16:14.853-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: plugin address: address=/var/folders/cn/v41nczfs6tvf15dj48f33gkm0000gn/T/plugin767165278 network=unix timestamp=2023-11-12T19:16:14.853-0800 | |
2023-11-12T19:16:14.910-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Configuring Terraform AWS Provider: @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:126 @module=aws tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d timestamp=2023-11-12T19:16:14.910-0800 | |
2023-11-12T19:16:14.910-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Resolving credentials provider: tf_rpc=ConfigureProvider @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-11-12T19:16:14.910-0800 | |
2023-11-12T19:16:14.910-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Using profile: tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_aws.profile.source=envvar tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_aws.profile=thomas tf_rpc=ConfigureProvider @module=aws.aws-base timestamp=2023-11-12T19:16:14.910-0800 | |
2023-11-12T19:16:14.910-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Using shared configuration files: tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_aws.shared_config_files.source=envvar tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d tf_rpc=ConfigureProvider @module=aws.aws-base tf_aws.shared_config_files=[/Users/thomas/.aws/config] timestamp=2023-11-12T19:16:14.910-0800 | |
2023-11-12T19:16:14.910-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Loading profile: @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 @module=aws.aws-base tf_aws.profile=thomas tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d tf_rpc=ConfigureProvider timestamp=2023-11-12T19:16:14.910-0800 | |
2023-11-12T19:16:14.910-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Loading configuration: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ConfigureProvider @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_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d timestamp=2023-11-12T19:16:14.910-0800 | |
2023-11-12T19:16:14.911-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Retrieving credentials: @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 @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d timestamp=2023-11-12T19:16:14.911-0800 | |
2023-11-12T19:16:14.911-0800 [INFO] provider.terraform-provider-aws_v5.25.0_x5: Retrieved credentials: tf_aws.credentials_source="SharedConfigCredentials: /Users/thomas/.aws/credentials" tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d @module=aws.aws-base tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 timestamp=2023-11-12T19:16:14.911-0800 | |
2023-11-12T19:16:14.911-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Loading configuration: tf_rpc=ConfigureProvider @module=aws.aws-base tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 timestamp=2023-11-12T19:16:14.911-0800 | |
2023-11-12T19:16:14.911-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Creating AWS SDK v1 session: @module=aws tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:150 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws timestamp=2023-11-12T19:16:14.911-0800 | |
2023-11-12T19:16:14.911-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Retrieving AWS account details: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-provider-aws/internal/conns/config.go:165 @module=aws tf_mux_provider="*schema.GRPCProviderServer" timestamp=2023-11-12T19:16:14.911-0800 | |
2023-11-12T19:16:14.911-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: Retrieving caller identity from STS: tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d tf_rpc=ConfigureProvider @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=2023-11-12T19:16:14.911-0800 | |
2023-11-12T19:16:14.911-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: tf_aws.sdk=aws-sdk-go-v2 | |
http.request.body= | |
| Action=GetCallerIdentity&Version=2011-06-15 | |
http.request.header.amz_sdk_request="attempt=1; max=25" http.request.header.amz_sdk_invocation_id=1ae28e77-04bd-4f91-a88c-3ad2f683acba http.request.header.x_amz_date=20231113T031614Z http.method=POST http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date, Signature=*****" http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.22.2 os/macos lang/go#1.20.10 md/GOOS#darwin md/GOARCH#arm64 api/sts#1.25.1" @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 aws.region=us-west-2 net.peer.name=sts.us-west-2.amazonaws.com rpc.method=GetCallerIdentity rpc.system=aws-api tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d @module=aws.aws-base http.request.header.content_type=application/x-www-form-urlencoded http.request_content_length=43 http.url=https://sts.us-west-2.amazonaws.com/ tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ConfigureProvider rpc.service=STS timestamp=2023-11-12T19:16:14.911-0800 | |
2023-11-12T19:16:20.114-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.status_code=200 rpc.service=STS tf_rpc=ConfigureProvider aws.region=us-west-2 http.duration=5201 http.response.header.content_type=text/xml @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:47 tf_aws.sdk=aws-sdk-go-v2 tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d @module=aws.aws-base http.response.header.x_amzn_requestid=d80403a7-49c9-41e2-9ffc-94c034d4097b rpc.system=aws-api tf_mux_provider="*schema.GRPCProviderServer" rpc.method=GetCallerIdentity 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:iam::405322537961:user/thomas</Arn> | |
| <UserId>AIDA*************C3R3</UserId> | |
| <Account>405322537961</Account> | |
| </GetCallerIdentityResult> | |
| <ResponseMetadata> | |
| <RequestId>d80403a7-49c9-41e2-9ffc-94c034d4097b</RequestId> | |
| </ResponseMetadata> | |
| </GetCallerIdentityResponse> | |
http.response.header.date="Mon, 13 Nov 2023 03:16:19 GMT" http.response_content_length=403 timestamp=2023-11-12T19:16:20.113-0800 | |
2023-11-12T19:16:20.115-0800 [INFO] provider.terraform-provider-aws_v5.25.0_x5: Retrieved caller identity from STS: tf_req_id=7a2c870c-5052-51b7-8ac2-2554dc37813d tf_rpc=ConfigureProvider @caller=github.com/hashicorp/aws-sdk-go-base/[email protected]/logging/tf_logger.go:39 @module=aws.aws-base tf_provider_addr=registry.terraform.io/hashicorp/aws tf_mux_provider="*schema.GRPCProviderServer" timestamp=2023-11-12T19:16:20.114-0800 | |
2023-11-12T19:16:20.129-0800 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for module.clusters.aws_iam_role.vpc_network_flow_logs_role, but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .force_detach_policies: planned value cty.False for a non-computed attribute | |
- .max_session_duration: planned value cty.NumberIntVal(3600) for a non-computed attribute | |
- .path: planned value cty.StringVal("/") for a non-computed attribute | |
- .assume_role_policy: planned value cty.StringVal("{\"Statement\":[{\"Action\":[\"logs:PutLogEvents\",\"logs:DescribeLogStreams\",\"logs:DescribeLogGroups\",\"logs:CreateLogStream\",\"logs:CreateLogGroup\"],\"Effect\":\"Allow\",\"Resource\":\"*\"}],\"Version\":\"2012-10-17\"}") does not match config value cty.StringVal("{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"logs:PutLogEvents\",\n \"logs:DescribeLogStreams\",\n \"logs:DescribeLogGroups\",\n \"logs:CreateLogStream\",\n \"logs:CreateLogGroup\"\n ],\n \"Resource\": \"*\"\n }\n ]\n}") | |
- .inline_policy: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead | |
2023-11-12T19:16:20.129-0800 [INFO] Starting apply for module.clusters.aws_iam_role.vpc_network_flow_logs_role | |
2023-11-12T19:16:20.129-0800 [DEBUG] module.clusters.aws_iam_role.vpc_network_flow_logs_role: applying the planned Create change | |
2023-11-12T19:16:20.130-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] setting computed for "inline_policy" from ComputedKeys | |
2023-11-12T19:16:20.130-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] setting computed for "managed_policy_arns" from ComputedKeys | |
2023-11-12T19:16:20.131-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: [DEBUG] Waiting for state to become: [success] | |
2023-11-12T19:16:20.132-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Request Sent: @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:109 http.request.header.x_amz_date=20231113T031620Z aws.region=us-west-2 http.url=https://iam.amazonaws.com/ rpc.method=CreateRole tf_req_id=d00092be-e5cb-f69e-9226-915921a29698 @module=aws http.flavor=1.1 http.request.header.content_type="application/x-www-form-urlencoded; charset=utf-8" tf_aws.sdk=aws-sdk-go tf_aws.signing_region=us-east-1 tf_resource_type=aws_iam_role http.request_content_length=552 rpc.service=IAM tf_provider_addr=registry.terraform.io/hashicorp/aws tf_rpc=ApplyResourceChange rpc.system=aws-api http.method=POST http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=*****" net.peer.name=iam.amazonaws.com | |
http.request.body= | |
| Action=CreateRole&AssumeRolePolicyDocument=%7B%22Statement%22%3A%5B%7B%22Action%22%3A%5B%22logs%3APutLogEvents%22%2C%22logs%3ADescribeLogStreams%22%2C%22logs%3ADescribeLogGroups%22%2C%22logs%3ACreateLogStream%22%2C%22logs%3ACreateLogGroup%22%5D%2C%22Effect%22%3A%22Allow%22%2C%22Resource%22%3A%22%2A%22%7D%5D%2C%22Version%22%3A%222012-10-17%22%7D&MaxSessionDuration=3600&Path=%2F&RoleName=vpc_network_flow_logs_stage_role&Tags.member.1.Key=env&Tags.member.1.Value=stage&Tags.member.2.Key=project&Tags.member.2.Value=gitops-demo-stage&Version=2010-05-08 | |
http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) terraform-provider-aws/5.25.0 (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.47.7 (go1.20.10; darwin; arm64)" tf_mux_provider="*schema.GRPCProviderServer" timestamp=2023-11-12T19:16:20.131-0800 | |
2023-11-12T19:16:25.505-0800 [DEBUG] provider.terraform-provider-aws_v5.25.0_x5: HTTP Response Received: http.response.header.x_amzn_requestid=7c016a55-7612-4bff-9c08-7943eed68ab7 http.response_content_length=284 http.status_code=400 tf_req_id=d00092be-e5cb-f69e-9226-915921a29698 tf_rpc=ApplyResourceChange tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/aws @caller=github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/[email protected]/logger.go:157 @module=aws aws.region=us-west-2 http.duration=5373 http.response.header.date="Mon, 13 Nov 2023 03:16:25 GMT" rpc.service=IAM | |
http.response.body= | |
| <ErrorResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
| <Error> | |
| <Type>Sender</Type> | |
| <Code>MalformedPolicyDocument</Code> | |
| <Message>Has prohibited field Resource</Message> | |
| </Error> | |
| <RequestId>7c016a55-7612-4bff-9c08-7943eed68ab7</RequestId> | |
| </ErrorResponse> | |
tf_aws.signing_region=us-east-1 tf_resource_type=aws_iam_role http.response.header.content_type=text/xml rpc.method=CreateRole rpc.system=aws-api tf_aws.sdk=aws-sdk-go timestamp=2023-11-12T19:16:25.505-0800 | |
2023-11-12T19:16:25.506-0800 [ERROR] provider.terraform-provider-aws_v5.25.0_x5: Response contains error diagnostic: tf_resource_type=aws_iam_role diagnostic_severity=ERROR tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:58 @module=sdk.proto tf_req_id=d00092be-e5cb-f69e-9226-915921a29698 tf_provider_addr=registry.terraform.io/hashicorp/aws diagnostic_detail="" | |
diagnostic_summary= | |
| creating IAM Role (vpc_network_flow_logs_stage_role): MalformedPolicyDocument: Has prohibited field Resource | |
| \tstatus code: 400, request id: 7c016a55-7612-4bff-9c08-7943eed68ab7 | |
tf_proto_version=5.4 timestamp=2023-11-12T19:16:25.505-0800 | |
2023-11-12T19:16:25.507-0800 [DEBUG] State storage *remote.State declined to persist a state snapshot | |
2023-11-12T19:16:25.507-0800 [ERROR] vertex "module.clusters.aws_iam_role.vpc_network_flow_logs_role" error: creating IAM Role (vpc_network_flow_logs_stage_role): MalformedPolicyDocument: Has prohibited field Resource | |
status code: 400, request id: 7c016a55-7612-4bff-9c08-7943eed68ab7 | |
2023-11-12T19:16:25.508-0800 [DEBUG] states/remote: state read serial is: 52; serial is: 52 | |
2023-11-12T19:16:25.508-0800 [DEBUG] states/remote: state read lineage is: 68a9e0f6-d029-1c46-3ddc-52d8613cd815; lineage is: 68a9e0f6-d029-1c46-3ddc-52d8613cd815 | |
2023-11-12T19:16:25.513-0800 [INFO] backend-s3: Unlocking remote state: tf_backend.lock.id=b13caaf2-80c5-73fe-aaad-d844e30616cf tf_backend.operation=Unlock tf_backend.req_id=4de4ae71-c149-d9e6-24ff-ecdcfd3162a4 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage | |
2023-11-12T19:16:25.514-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=GetItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=b13caaf2-80c5-73fe-aaad-d844e30616cf tf_backend.operation=Unlock tf_backend.req_id=4de4ae71-c149-d9e6-24ff-ecdcfd3162a4 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/dynamodb/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-target, Signature=*****" http.request.header.amz_sdk_request="attempt=1; max=5" net.peer.name=dynamodb.us-west-2.amazonaws.com http.request_content_length=169 http.request.header.content_type=application/x-amz-json-1.0 | |
http.request.body= | |
| {"ConsistentRead":true,"Key":{"LockID":{"S":"tf-state-gitops-demo-stage/env/stage"}},"ProjectionExpression":"LockID, Info","TableName":"tf-state-gitops-demo-stage-lock"} | |
http.request.header.accept_encoding=identity http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/dynamodb#1.21.1" http.request.header.x_amz_target=DynamoDB_20120810.GetItem http.request.header.amz_sdk_invocation_id=405c2336-abf2-4ee6-a703-5f3a1cefc309 http.request.header.x_amz_date=20231113T031625Z http.method=POST http.url=https://dynamodb.us-west-2.amazonaws.com/ | |
2023-11-12T19:16:25.564-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=GetItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=b13caaf2-80c5-73fe-aaad-d844e30616cf tf_backend.operation=Unlock tf_backend.req_id=4de4ae71-c149-d9e6-24ff-ecdcfd3162a4 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.duration=49 http.response_content_length=327 http.response.header.x_amz_crc32=3002146559 http.response.header.content_type=application/x-amz-json-1.0 | |
http.response.body= | |
| {"Item":{"LockID":{"S":"tf-state-gitops-demo-stage/env/stage"},"Info":{"S":"{\"ID\":\"b13caaf2-80c5-73fe-aaad-d844e30616cf\",\"Operation\":\"OperationTypeApply\",\"Info\":\"\",\"Who\":\"[email protected]\",\"Version\":\"1.6.3\",\"Created\":\"2023-11-13T03:16:11.787292Z\",\"Path\":\"tf-state-gitops-demo-stage/env/stage\"}"}}} | |
http.status_code=200 http.response.header.connection=keep-alive http.response.header.x_amzn_requestid=ND24803G4JHHG0J0D8JL784DUFVV4KQNSO5AEMVJF66Q9ASUAAJG http.response.header.server=Server http.response.header.date="Mon, 13 Nov 2023 03:16:25 GMT" | |
2023-11-12T19:16:25.565-0800 [DEBUG] backend-s3: HTTP Request Sent: aws.operation=DeleteItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=b13caaf2-80c5-73fe-aaad-d844e30616cf tf_backend.operation=Unlock tf_backend.req_id=4de4ae71-c149-d9e6-24ff-ecdcfd3162a4 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.user_agent="APN/1.0 HashiCorp/1.0 Terraform/1.6.3 (+https://www.terraform.io) aws-sdk-go-v2/1.21.0 os/macos lang/go#1.21.3 md/GOOS#darwin md/GOARCH#arm64 api/dynamodb#1.21.1" http.request_content_length=109 http.method=POST http.url=https://dynamodb.us-west-2.amazonaws.com/ http.request.header.amz_sdk_invocation_id=4903e898-dee4-4b13-8aee-93bf664a3f63 http.request.header.amz_sdk_request="attempt=1; max=5" http.request.header.content_type=application/x-amz-json-1.0 | |
http.request.body= | |
| {"Key":{"LockID":{"S":"tf-state-gitops-demo-stage/env/stage"}},"TableName":"tf-state-gitops-demo-stage-lock"} | |
net.peer.name=dynamodb.us-west-2.amazonaws.com http.request.header.authorization="AWS4-HMAC-SHA256 Credential=AKIA************4ONH/20231113/us-west-2/dynamodb/aws4_request, SignedHeaders=accept-encoding;amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-target, Signature=*****" http.request.header.accept_encoding=identity http.request.header.x_amz_target=DynamoDB_20120810.DeleteItem http.request.header.x_amz_date=20231113T031625Z | |
2023-11-12T19:16:25.613-0800 [DEBUG] backend-s3: HTTP Response Received: aws.operation=DeleteItem aws.region=us-west-2 aws.sdk=aws-sdk-go-v2 aws.service=DynamoDB tf_backend.lock.id=b13caaf2-80c5-73fe-aaad-d844e30616cf tf_backend.operation=Unlock tf_backend.req_id=4de4ae71-c149-d9e6-24ff-ecdcfd3162a4 tf_backend.s3.bucket=tf-state-gitops-demo-stage tf_backend.s3.path=env/stage http.response_content_length=2 http.response.header.x_amzn_requestid=016ARUJIAHDJ4SM7MSSFKIFTTVVV4KQNSO5AEMVJF66Q9ASUAAJG http.response.header.x_amz_crc32=2745614147 http.response.header.server=Server http.response.header.date="Mon, 13 Nov 2023 03:16:25 GMT" http.response.header.connection=keep-alive http.duration=48 http.status_code=200 http.response.header.content_type=application/x-amz-json-1.0 | |
http.response.body= | |
| {} | |
2023-11-12T19:16:25.617-0800 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" | |
2023-11-12T19:16:25.624-0800 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.25.0/darwin_arm64/terraform-provider-aws_v5.25.0_x5 pid=37981 | |
2023-11-12T19:16:25.624-0800 [DEBUG] provider: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment