Created
July 7, 2022 17:41
-
-
Save kjenney/4cfcc44482e1720d4e96340e8cb1d7d5 to your computer and use it in GitHub Desktop.
Redshift FIPS US-GOV-WEST-1 Failing
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
\ | |
2022/07/07 17:37:37 [INFO] Terraform version: 0.13.7 | |
2022/07/07 17:37:37 [INFO] Go runtime version: go1.14.7 | |
2022/07/07 17:37:37 [INFO] CLI args: []string{"/bin/terraform", "init", "REDACTED"} | |
2022/07/07 17:37:37 [DEBUG] Attempting to open CLI config file: /root/.terraformrc | |
2022/07/07 17:37:37 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2022/07/07 17:37:37 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2022/07/07 17:37:37 [DEBUG] ignoring non-existing provider search directory /root/.terraform.d/plugins | |
2022/07/07 17:37:37 [DEBUG] ignoring non-existing provider search directory /root/.local/share/terraform/plugins | |
2022/07/07 17:37:37 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins | |
2022/07/07 17:37:37 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins | |
2022/07/07 17:37:37 [INFO] CLI command args: []string{"init", "REDACTED"} | |
2022/07/07 17:37:37 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
Initializing the backend... | |
2022/07/07 17:37:37 [DEBUG] New state was assigned lineage "43b584f1-ff7f-68a5-7dc8-2220f28cc6c4" | |
2022/07/07 17:37:37 [DEBUG] checking for provisioner in "." | |
2022/07/07 17:37:37 [DEBUG] checking for provisioner in "/bin" | |
2022/07/07 17:37:37 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory | |
Initializing provider plugins... | |
- Finding latest version of hashicorp/aws... | |
2022/07/07 17:37:37 [WARN] Failed to scan provider cache directory .terraform/plugins: cannot search .terraform/plugins: lstat .terraform/plugins: no such file or directory | |
2022/07/07 17:37:37 [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json | |
2022/07/07 17:37:37 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2022/07/07 17:37:37 [DEBUG] GET https://registry.terraform.io/v1/providers/hashi | |
/aws/versions | |
2022/07/07 17:37:37 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2022/07/07 17:37:37 [DEBUG] GET https://registry.terraform.io/v1/providers/hashicorp/aws/4.21.0/download/linux/amd64 | |
2022/07/07 17:37:37 [DEBUG] GET https://releases.hashicorp.com/terraform-provider-aws/4.21.0/terraform-provider-aws_4.21.0_SHA256SUMS | |
2022/07/07 17:37:37 [DEBUG] GET https://releases.hashicorp.com/terraform-provider-aws/4.21.0/terraform-provider-aws_4.21.0_SHA256SUMS.72D7468F.sig | |
- Installing hashicorp/aws v4.21.0... | |
2022/07/07 17:37:38 [DEBUG] Provider signed by 34365D9472D7468F HashiCorp Security (hashicorp.com/security) <[email protected]> | |
- Installed hashicorp/aws v4.21.0 (signed by HashiCorp) | |
The following providers do not have any version constraints in configuration, | |
so the latest version was installed. | |
To prevent automatic upgrades to new major versions that may contain breaking | |
changes, we recommend adding version constraints in a required_providers block | |
in your configuration, with the constraint strings suggested below. | |
* hashicorp/aws: version = "~> 4.21.0" | |
Warning: Missing backend configuration | |
-backend-config was used without a "backend" block in the configuration. | |
If you intended to override the default local backend configuration, | |
no action is required, but you may add an explicit backend block to your | |
configuration to clear this warning: | |
terraform { | |
backend "local" {} | |
} | |
However, if you intended to override a defined backend, please verify that | |
the backend configuration is present and valid. | |
Terraform has been successfully initialized! | |
You may now begin working with Terraform. Try running "terraform plan" to see | |
any changes that are required for your infrastructure. All Terraform commands | |
should now work. | |
If you ever set or change modules or backend configuration for Terraform, | |
rerun this command to reinitialize your working directory. If you forget, other | |
commands will detect it and remind you to do so if necessary. | |
2022/07/07 17:37:41 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2022/07/07 17:37:41 [INFO] Terraform version: 0.13.7 | |
2022/07/07 17:37:41 [INFO] Go runtime version: go1.14.7 | |
2022/07/07 17:37:41 [INFO] CLI args: []string{"/bin/terraform", "workspace", "list"} | |
2022/07/07 17:37:41 [DEBUG] Attempting to open CLI config file: /root/.terraformrc | |
2022/07/07 17:37:41 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2022/07/07 17:37:41 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2022/07/07 17:37:41 [DEBUG] ignoring non-existing provider search directory /root/.terraform.d/plugins | |
2022/07/07 17:37:41 [DEBUG] ignoring non-existing provider search directory /root/.local/share/terraform/plugins | |
2022/07/07 17:37:41 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins | |
2022/07/07 17:37:41 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins | |
2022/07/07 17:37:41 [INFO] CLI command args: []string{"workspace", "list"} | |
2022/07/07 17:37:41 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2022/07/07 17:37:41 [DEBUG] New state was assigned lineage "e020760b-c570-6963-a875-14d8c3708aa3" | |
2022/07/07 17:37:42 [DEBUG] checking for provisioner in "." | |
2022/07/07 17:37:42 [DEBUG] checking for provisioner in "/bin" | |
2022/07/07 17:37:42 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory | |
Selecting existing workspace pre-release: | |
terraform workspace select pre-release | |
2022/07/07 17:37:42 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2022/07/07 17:37:42 [INFO] Terraform version: 0.13.7 | |
2022/07/07 17:37:42 [INFO] Go runtime version: go1.14.7 | |
2022/07/07 17:37:42 [INFO] CLI args: []string{"/bin/terraform", "workspace", "select", "pre-release"} | |
2022/07/07 17:37:42 [DEBUG] Attempting to open CLI config file: /root/.terraformrc | |
2022/07/07 17:37:42 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2022/07/07 17:37:42 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2022/07/07 17:37:42 [DEBUG] ignoring non-existing provider search directory /root/.terraform.d/plugins | |
2022/07/07 17:37:42 [DEBUG] ignoring non-existing provider search directory /root/.local/share/terraform/plugins | |
2022/07/07 17:37:42 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins | |
2022/07/07 17:37:42 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins | |
2022/07/07 17:37:42 [INFO] CLI command args: []string{"workspace", "select", "pre-release"} | |
2022/07/07 17:37:42 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2022/07/07 17:37:42 [DEBUG] New state was assigned lineage "c18dd9ab-1430-ca39-907f-df09149dd2be" | |
2022/07/07 17:37:43 [DEBUG] checking for provisioner in "." | |
2022/07/07 17:37:43 [DEBUG] checking for provisioner in "/bin" | |
2022/07/07 17:37:43 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory | |
Switched to workspace "pre-release". | |
/viab/containers/kentest/terraform: terraform apply -auto-approve -var-file=/tmp/kentest-tags.tfvars | |
2022/07/07 17:37:43 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2022/07/07 17:37:43 [INFO] Terraform version: 0.13.7 | |
2022/07/07 17:37:43 [INFO] Go runtime version: go1.14.7 | |
2022/07/07 17:37:43 [INFO] CLI args: []string{"/bin/terraform", "apply", "-auto-approve", "-var-file=/tmp/kentest-tags.tfvars"} | |
2022/07/07 17:37:43 [DEBUG] Attempting to open CLI config file: /root/.terraformrc | |
2022/07/07 17:37:43 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2022/07/07 17:37:43 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2022/07/07 17:37:43 [DEBUG] ignoring non-existing provider search directory /root/.terraform.d/plugins | |
2022/07/07 17:37:43 [DEBUG] ignoring non-existing provider search directory /root/.local/share/terraform/plugins | |
2022/07/07 17:37:43 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins | |
2022/07/07 17:37:43 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins | |
2022/07/07 17:37:43 [INFO] CLI command args: []string{"apply", "-auto-approve", "-var-file=/tmp/kentest-tags.tfvars"} | |
2022/07/07 17:37:43 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2022/07/07 17:37:43 [DEBUG] New state was assigned lineage "d47d788e-0c45-17ad-133e-ea30da53ec4b" | |
2022/07/07 17:37:43 [DEBUG] checking for provisioner in "." | |
2022/07/07 17:37:43 [DEBUG] checking for provisioner in "/bin" | |
2022/07/07 17:37:43 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory | |
2022/07/07 17:37:43 [INFO] backend/local: starting Apply operation | |
2022-07-07T17:37:43.967Z [INFO] plugin: configuring client automatic mTLS | |
2022-07-07T17:37:44.004Z [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5] | |
2022-07-07T17:37:44.890Z [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 pid=4254 | |
2022-07-07T17:37:44.890Z [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 | |
2022-07-07T17:37:44.916Z [INFO] plugin.terraform-provider-aws_v4.21.0_x5: configuring server automatic mTLS: timestamp=2022-07-07T17:37:44.916Z | |
2022-07-07T17:37:44.985Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: plugin address: address=/tmp/plugin3843396396 network=unix timestamp=2022-07-07T17:37:44.985Z | |
2022-07-07T17:37:44.985Z [DEBUG] plugin: using plugin: version=5 | |
2022-07-07T17:37:45.400Z [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-07-07T17:37:45.401Z [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 pid=4254 | |
2022-07-07T17:37:45.401Z [DEBUG] plugin: plugin exited | |
2022/07/07 17:37:45 [INFO] terraform: building graph: GraphTypeValidate | |
2022/07/07 17:37:45 [DEBUG] ProviderTransformer: "aws_redshift_cluster.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022/07/07 17:37:45 [DEBUG] ReferenceTransformer: "aws_redshift_cluster.example" references: [] | |
2022/07/07 17:37:45 [DEBUG] ReferenceTransformer: "var.use_fips_endpoint" references: [] | |
2022/07/07 17:37:45 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.use_fips_endpoint] | |
2022/07/07 17:37:45 [DEBUG] Starting graph walk: walkValidate | |
2022-07-07T17:37:45.405Z [INFO] plugin: configuring client automatic mTLS | |
2022-07-07T17:37:45.441Z [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5] | |
2022-07-07T17:37:45.447Z [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 pid=4261 | |
2022-07-07T17:37:45.447Z [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 | |
2022-07-07T17:37:45.465Z [INFO] plugin.terraform-provider-aws_v4.21.0_x5: configuring server automatic mTLS: timestamp=2022-07-07T17:37:45.465Z | |
2022-07-07T17:37:45.537Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: plugin address: network=unix address=/tmp/plugin1235305246 timestamp=2022-07-07T17:37:45.537Z | |
2022-07-07T17:37:45.537Z [DEBUG] plugin: using plugin: version=5 | |
7-07T17:37:45.586Z | |
0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_resource_type=aws_fsx_data_repository_association tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=fb13ddad-c453-9876-094f-a659f147a458 timestamp=2022-07-07T17:37:45.674Z | |
5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:86 tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=fb13ddad-c453-9876-094f-a659f147a458 tf_resource_type=aws_iam_service_linked_role tf_rpc=GetProviderSchema timestamp=2022-07-07T17:37:45.682Z | |
21.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_resource_type=aws_worklink_website_certificate_authority_association tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=fb13ddad-c453-9876-094f-a659f147a458 timestamp=2022-07-07T17:37:45.685Z | |
458 tf_resource_type=aws_appconfig_configuration_profile @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-07-07T17:37:45.688Z | |
2022-07-07T17:37:46.108Z [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-07-07T17:37:46.116Z [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 pid=4261 | |
2022-07-07T17:37:46.116Z [DEBUG] plugin: plugin exited | |
2022/07/07 17:37:46 [INFO] backend/local: apply calling Refresh | |
2022/07/07 17:37:46 [INFO] terraform: building graph: GraphTypeRefresh | |
2022/07/07 17:37:46 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/aws"] | |
2022/07/07 17:37:46 [DEBUG] ReferenceTransformer: "var.use_fips_endpoint" references: [] | |
2022/07/07 17:37:46 [DEBUG] Starting graph walk: walkRefresh | |
2022/07/07 17:37:46 [INFO] backend/local: apply calling Plan | |
7/07 17:37:46 [INFO] terraform: building graph: GraphTypePlan | |
2022/07/07 17:37:46 [DEBUG] ProviderTransformer: "aws_redshift_cluster.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022/07/07 17:37:46 [DEBUG] ReferenceTransformer: "aws_redshift_cluster.example (expand)" references: [] | |
2022/07/07 17:37:46 [DEBUG] ReferenceTransformer: "var.use_fips_endpoint" references: [] | |
2022/07/07 17:37:46 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.use_fips_endpoint] | |
2022/07/07 17:37:46 [DEBUG] Starting graph walk: walkPlan | |
2022-07-07T17:37:46.121Z [INFO] plugin: configuring client automatic mTLS | |
2022-07-07T17:37:46.149Z [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5] | |
2022-07-07T17:37:46.152Z [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 pid=4271 | |
2022-07-07T17:37:46.152Z [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 | |
2022-07-07T17:37:46.186Z [INFO] plugin.terraform-provider-aws_v4.21.0_x5: configuring server automatic mTLS: timestamp=2022-07-07T17:37:46.185Z | |
2022-07-07T17:37:46.257Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: plugin address: address=/tmp/plugin1934469206 network=unix timestamp=2022-07-07T17:37:46.257Z | |
2022-07-07T17:37:46.257Z [DEBUG] plugin: using plugin: version=5 | |
2022-07-07T17:37:46.643Z [INFO] plugin.terraform-provider-aws_v4.21.0_x5: Retrieved credentials from "EnvConfigCredentials": timestamp=2022-07-07T17:37:46.641Z | |
2022-07-07T17:37:46.643Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-07-07T17:37:46.642Z | |
2022-07-07T17:37:46.643Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go-v2] Request | |
POST / HTTP/1.1 | |
Host: sts.us-gov-west-1.amazonaws.com | |
raform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.16.5 os/linux lang/go/1.17.6 md/GOOS/linux md/GOARCH/amd64 api/sts/1.16.4 | |
Content-Length: 43 | |
Amz-Sdk-Invocation-Id: 5db4ed97-63cf-4c45-bb7e-ba56809651ce | |
Amz-Sdk-Request: attempt=1; max=25 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9502fa483c7daf4373899e50fdeefbd916ac9a32beca01007a380559dd1d40f4 | |
Content-Type: application/x-www-form-urlencoded | |
X-Amz-Date: 20220707T173746Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-07-07T17:37:46.642Z | |
2022-07-07T17:37:46.675Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go-v2] Response | |
HTTP/1.1 200 OK | |
Content-Length: 463 | |
Content-Type: text/xml | |
Date: Thu, 07 Jul 2022 17:37:46 GMT | |
X-Amzn-Requestid: 89e1bd41-8045-4041-8cd8-668e6e4aabb6 | |
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws-us-gov:sts::403885414333:assumed-role/OperatorEc2Role/operator-ec2-role</Arn> | |
<UserId>AROAV4CLSK66RFDRH4WCH:operator-ec2-role</UserId> | |
<Account>403885414333</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>89e1bd41-8045-4041-8cd8-668e6e4aabb6</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse>: timestamp=2022-07-07T17:37:46.675Z | |
2022-07-07T17:37:46.677Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-07-07T17:37:46.676Z | |
2022-07-07T17:37:46.677Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go-v2] Request | |
POST / HTTP/1.1 | |
Host: sts.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.16.5 os/linux lang/go/1.17.6 md/GOOS/linux md/GOARCH/amd64 api/sts/1.16.4 | |
Content-Length: 43 | |
Amz-Sdk-Invocation-Id: 4c8854e5-cca5-451d-9319-f182f3ba4bd5 | |
Amz-Sdk-Request: attempt=1; max=25 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=de513bcce5ebd3a4e673c08a5d81a17ec7b0ab57f6c61806a1053b3827f6aaa3 | |
Content-Type: application/x-www-form-urlencoded | |
X-Amz-Date: 20220707T173746Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-07-07T17:37:46.677Z | |
2022-07-07T17:37:46.681Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go-v2] Response | |
HTTP/1.1 200 OK | |
Content-Length: 463 | |
Content-Type: text/xml | |
Date: Thu, 07 Jul 2022 17:37:46 GMT | |
X-Amzn-Requestid: 281d28ec-286c-481e-99f1-01ebd7a326d1 | |
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws-us-gov:sts::403885414333:assumed-role/OperatorEc2Role/operator-ec2-role</Arn> | |
<UserId>AROAV4CLSK66RFDRH4WCH:operator-ec2-role</UserId> | |
<Account>403885414333</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>281d28ec-286c-481e-99f1-01ebd7a326d1</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse>: timestamp=2022-07-07T17:37:46.681Z | |
2022-07-07T17:37:46.686Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 87 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=b83c1d2bf11b5261ae523365de8a9eb5462d65ef54021eab40e24fd35b51e68b | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173746Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:46.686Z | |
2022-07-07T17:37:46.725Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Content-Length: 540 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Thu, 07 Jul 2022 17:37:46 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: 8c656fcf-aa33-4046-8ea6-86f726d1d74c | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:46.725Z | |
2022-07-07T17:37:46.726Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>8c656fcf-aa33-4046-8ea6-86f726d1d74c</requestId> | |
<accountAttributeSet> | |
<item> | |
<attributeName>supported-platforms</attributeName> | |
<attributeValueSet> | |
<item> | |
<attributeValue>VPC</attributeValue> | |
</item> | |
</attributeValueSet> | |
</item> | |
</accountAttributeSet> | |
</DescribeAccountAttributesResponse>: timestamp=2022-07-07T17:37:46.725Z | |
2022/07/07 17:37:46 [DEBUG] Resource instance state not found for node "aws_redshift_cluster.example", instance aws_redshift_cluster.example | |
2022/07/07 17:37:46 [DEBUG] ReferenceTransformer: "aws_redshift_cluster.example" references: [] | |
2022/07/07 17:37:46 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_redshift_cluster.example, 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: | |
- .encrypted: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .skip_final_snapshot: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .cluster_version: planned value cty.StringVal("1.0") does not match config value cty.NullVal(cty.String) | |
- .allow_version_upgrade: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .apply_immediately: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .port: planned value cty.NumberIntVal(5439) does not match config value cty.NullVal(cty.Number) | |
- .maintenance_track_name: planned value cty.StringVal("current") does not match config value cty.NullVal(cty.String) | |
- .manual_snapshot_retention_period: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number) | |
- .number_of_nodes: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .publicly_accessible: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .automated_snapshot_retention_period: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
2022-07-07T17:37:46.736Z [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-07-07T17:37:46.743Z [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 pid=4271 | |
2022-07-07T17:37:46.743Z [DEBUG] plugin: plugin exited | |
2022/07/07 17:37:46 [INFO] backend/local: apply calling Apply | |
2022/07/07 17:37:46 [INFO] terraform: building graph: GraphTypeApply | |
2022/07/07 17:37:46 [DEBUG] Resource state not found for node "aws_redshift_cluster.example", instance aws_redshift_cluster.example | |
2022/07/07 17:37:46 [DEBUG] ProviderTransformer: "aws_redshift_cluster.example (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022/07/07 17:37:46 [DEBUG] ProviderTransformer: "aws_redshift_cluster.example" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022/07/07 17:37:46 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/aws\"]" references: [var.use_fips_endpoint] | |
2022/07/07 17:37:46 [DEBUG] ReferenceTransformer: "aws_redshift_cluster.example (expand)" references: [] | |
2022/07/07 17:37:46 [DEBUG] ReferenceTransformer: "aws_redshift_cluster.example" references: [] | |
2022/07/07 17:37:46 [DEBUG] ReferenceTransformer: "var.use_fips_endpoint" references: [] | |
rmer with new graph: | |
aws_redshift_cluster.example - *terraform.NodeApplyableResourceInstance | |
aws_redshift_cluster.example (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
aws_redshift_cluster.example (expand) - *terraform.nodeExpandApplyableResource | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
provider["registry.terraform.io/hashicorp/aws"] - *terraform.NodeApplyableProvider | |
var.use_fips_endpoint - *terraform.NodeRootVariable | |
var.use_fips_endpoint - *terraform.NodeRootVariable | |
------ | |
2022/07/07 17:37:46 [DEBUG] Starting graph walk: walkApply | |
2022-07-07T17:37:46.745Z [INFO] plugin: configuring client automatic mTLS | |
2022-07-07T17:37:46.780Z [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 args=[.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5] | |
2022-07-07T17:37:46.784Z [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 pid=4279 | |
2022-07-07T17:37:46.784Z [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 | |
2022-07-07T17:37:46.815Z [INFO] plugin.terraform-provider-aws_v4.21.0_x5: configuring server automatic mTLS: timestamp=2022-07-07T17:37:46.815Z | |
2022-07-07T17:37:46.892Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: plugin address: address=/tmp/plugin4016648573 network=unix timestamp=2022-07-07T17:37:46.892Z | |
2022-07-07T17:37:46.892Z [DEBUG] plugin: using plugin: version=5 | |
4.21.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=a0fafb00-97e2-1dd0-7258-ad8cadae1bf4 tf_rpc=GetProviderSchema tf_resource_type=aws_media_convert_queue @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:86 timestamp=2022-07-07T17:37:47.013Z | |
1.0_x5: Found resource type: tf_req_id=a0fafb00-97e2-1dd0-7258-ad8cadae1bf4 tf_resource_type=aws_directory_service_directory @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-07-07T17:37:47.019Z | |
2022-07-07T17:37:47.290Z [INFO] plugin.terraform-provider-aws_v4.21.0_x5: Retrieved credentials from "EnvConfigCredentials": timestamp=2022-07-07T17:37:47.289Z | |
2022-07-07T17:37:47.290Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-07-07T17:37:47.289Z | |
2022-07-07T17:37:47.290Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go-v2] Request | |
POST / HTTP/1.1 | |
Host: sts.us-gov-west-1.amazonaws.com | |
raform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.16.5 os/linux lang/go/1.17.6 md/GOOS/linux md/GOARCH/amd64 api/sts/1.16.4 | |
Content-Length: 43 | |
Amz-Sdk-Invocation-Id: d96e0d2f-edc7-4c66-ae38-9d78ebf19a50 | |
Amz-Sdk-Request: attempt=1; max=25 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=0ba8e0ffaf48ac6976a3f47810a64cd1d1ca57b03c971f7960ae556b51ee4e9c | |
Content-Type: application/x-www-form-urlencoded | |
X-Amz-Date: 20220707T173747Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-07-07T17:37:47.289Z | |
2022-07-07T17:37:47.316Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go-v2] Response | |
HTTP/1.1 200 OK | |
Content-Length: 463 | |
Content-Type: text/xml | |
Date: Thu, 07 Jul 2022 17:37:47 GMT | |
X-Amzn-Requestid: 11846b53-5a50-47c8-9a5f-4924c81332c5 | |
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws-us-gov:sts::403885414333:assumed-role/OperatorEc2Role/operator-ec2-role</Arn> | |
<UserId>AROAV4CLSK66RFDRH4WCH:operator-ec2-role</UserId> | |
<Account>403885414333</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>11846b53-5a50-47c8-9a5f-4924c81332c5</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse>: timestamp=2022-07-07T17:37:47.316Z | |
2022-07-07T17:37:47.317Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: Trying to get account information via sts:GetCallerIdentity: timestamp=2022-07-07T17:37:47.317Z | |
2022-07-07T17:37:47.318Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go-v2] Request | |
POST / HTTP/1.1 | |
Host: sts.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go-v2/1.16.5 os/linux lang/go/1.17.6 md/GOOS/linux md/GOARCH/amd64 api/sts/1.16.4 | |
Content-Length: 43 | |
Amz-Sdk-Invocation-Id: 728a771a-2c7b-4024-9c93-8d36ed084aad | |
Amz-Sdk-Request: attempt=1; max=25 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/sts/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-request;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=11596a27ca90eeaf42ed9c7adbb30fd77f73bad186285145f20ec7166b74ec9d | |
Content-Type: application/x-www-form-urlencoded | |
X-Amz-Date: 20220707T173747Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15: timestamp=2022-07-07T17:37:47.317Z | |
2022-07-07T17:37:47.322Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go-v2] Response | |
HTTP/1.1 200 OK | |
Content-Length: 463 | |
Content-Type: text/xml | |
Date: Thu, 07 Jul 2022 17:37:47 GMT | |
X-Amzn-Requestid: d3900075-115a-46cd-9426-37ff8be2b3a3 | |
<GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws-us-gov:sts::403885414333:assumed-role/OperatorEc2Role/operator-ec2-role</Arn> | |
<UserId>AROAV4CLSK66RFDRH4WCH:operator-ec2-role</UserId> | |
<Account>403885414333</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>d3900075-115a-46cd-9426-37ff8be2b3a3</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse>: timestamp=2022-07-07T17:37:47.321Z | |
2022-07-07T17:37:47.327Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 87 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=68d3f96f0cf1ca310ec3daa70e7210fe32fee213201ee87d36d9f2c9e4369c75 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173747Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:47.327Z | |
2022-07-07T17:37:47.363Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Content-Length: 540 | |
Cache-Control: no-cache, no-store | |
Content-Type: text/xml;charset=UTF-8 | |
Date: Thu, 07 Jul 2022 17:37:46 GMT | |
Server: AmazonEC2 | |
Strict-Transport-Security: max-age=31536000; includeSubDomains | |
X-Amzn-Requestid: ab98a4fc-0cfb-45ae-b3a0-009daaea4488 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:47.363Z | |
2022-07-07T17:37:47.366Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
<requestId>ab98a4fc-0cfb-45ae-b3a0-009daaea4488</requestId> | |
<accountAttributeSet> | |
<item> | |
<attributeName>supported-platforms</attributeName> | |
<attributeValueSet> | |
<item> | |
<attributeValue>VPC</attributeValue> | |
</item> | |
</attributeValueSet> | |
</item> | |
</accountAttributeSet> | |
</DescribeAccountAttributesResponse>: timestamp=2022-07-07T17:37:47.363Z | |
2022/07/07 17:37:47 [WARN] Provider "registry.terraform.io/hashicorp/aws" produced an invalid plan for aws_redshift_cluster.example, 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: | |
- .automated_snapshot_retention_period: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .encrypted: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .skip_final_snapshot: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .cluster_version: planned value cty.StringVal("1.0") does not match config value cty.NullVal(cty.String) | |
- .allow_version_upgrade: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
- .apply_immediately: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .port: planned value cty.NumberIntVal(5439) does not match config value cty.NullVal(cty.Number) | |
- .maintenance_track_name: planned value cty.StringVal("current") does not match config value cty.NullVal(cty.String) | |
aws_redshift_cluster.example: Creating... | |
- .manual_snapshot_retention_period: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number) | |
- .number_of_nodes: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number) | |
- .publicly_accessible: planned value cty.True does not match config value cty.NullVal(cty.Bool) | |
2022/07/07 17:37:47 [DEBUG] EvalApply: ProviderMeta config value set | |
2022/07/07 17:37:47 [DEBUG] aws_redshift_cluster.example: applying the planned Create change | |
2022-07-07T17:37:47.377Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: setting computed for "cluster_nodes" from ComputedKeys: timestamp=2022-07-07T17:37:47.376Z | |
2022-07-07T17:37:47.377Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: setting computed for "vpc_security_group_ids" from ComputedKeys: timestamp=2022-07-07T17:37:47.376Z | |
2022-07-07T17:37:47.377Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: setting computed for "cluster_security_groups" from ComputedKeys: timestamp=2022-07-07T17:37:47.376Z | |
2022-07-07T17:37:47.377Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: setting computed for "iam_roles" from ComputedKeys: timestamp=2022-07-07T17:37:47.376Z | |
2022-07-07T17:37:47.377Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: setting computed for "tags_all" from ComputedKeys: timestamp=2022-07-07T17:37:47.376Z | |
2022-07-07T17:37:47.377Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request redshift/CreateCluster Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: redshift-fips.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 377 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/redshift/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=5093594208cc65fa194a279850fafce48bb819290a71c8d303b76a694298e477 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173747Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
name=exampleuser&NodeType=dc1.large&Port=5439&PubliclyAccessible=true&Tags=&Version=2012-12-01 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:47.377Z | |
2022-07-07T17:37:47.405Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Send Request redshift/CreateCluster failed, attempt 0/25, error RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host: timestamp=2022-07-07T17:37:47.405Z | |
2022-07-07T17:37:47.457Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Retrying Request redshift/CreateCluster, attempt 1: timestamp=2022-07-07T17:37:47.457Z | |
2022-07-07T17:37:47.458Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request redshift/CreateCluster Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: redshift-fips.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 377 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/redshift/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=5093594208cc65fa194a279850fafce48bb819290a71c8d303b76a694298e477 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173747Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=CreateCluster&AllowVersionUpgrade=true&AutomatedSnapshotRetentionPeriod=1&ClusterIdentifier=tf-redshift-cluster&ClusterType=single-node&ClusterVersion=1.0&DBName=mydb&MaintenanceTrackName=current&ManualSnapshotRetentionPeriod=-1&MasterUserPassword=Mustbe8characters&MasterUsername=exampleuser&NodeType=dc1.large&Port=5439&PubliclyAccessible=true&Tags=&Version=2012-12-01 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:47.458Z | |
2022-07-07T17:37:47.463Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Send Request redshift/CreateCluster failed, attempt 1/25, error RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host: timestamp=2022-07-07T17:37:47.463Z | |
2022-07-07T17:37:47.563Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Retrying Request redshift/CreateCluster, attempt 2: timestamp=2022-07-07T17:37:47.562Z | |
2022-07-07T17:37:47.563Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request redshift/CreateCluster Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: redshift-fips.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 377 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/redshift/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=5093594208cc65fa194a279850fafce48bb819290a71c8d303b76a694298e477 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173747Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=CreateCluster&AllowVersionUpgrade=true&AutomatedSnapshotRetentionPeriod=1&ClusterIdentifier=tf-redshift-cluster&ClusterType=single-node&ClusterVersion=1.0&DBName=mydb&MaintenanceTrackName=current&ManualSnapshotRetentionPeriod=-1&MasterUserPassword=Mustbe8characters&MasterUsername=exampleuser&NodeType=dc1.large&Port=5439&PubliclyAccessible=true&Tags=&Version=2012-12-01 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:47.562Z | |
2022-07-07T17:37:47.568Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Send Request redshift/CreateCluster failed, attempt 2/25, error RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host: timestamp=2022-07-07T17:37:47.568Z | |
2022-07-07T17:37:47.793Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Retrying Request redshift/CreateCluster, attempt 3: timestamp=2022-07-07T17:37:47.792Z | |
2022-07-07T17:37:47.793Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request redshift/CreateCluster Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: redshift-fips.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 377 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/redshift/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=5093594208cc65fa194a279850fafce48bb819290a71c8d303b76a694298e477 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173747Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=CreateCluster&AllowVersionUpgrade=true&AutomatedSnapshotRetentionPeriod=1&ClusterIdentifier=tf-redshift-cluster&ClusterType=single-node&ClusterVersion=1.0&DBName=mydb&MaintenanceTrackName=current&ManualSnapshotRetentionPeriod=-1&MasterUserPassword=Mustbe8characters&MasterUsername=exampleuser&NodeType=dc1.large&Port=5439&PubliclyAccessible=true&Tags=&Version=2012-12-01 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:47.792Z | |
2022-07-07T17:37:47.794Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Send Request redshift/CreateCluster failed, attempt 3/25, error RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host: timestamp=2022-07-07T17:37:47.794Z | |
2022-07-07T17:37:48.224Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Retrying Request redshift/CreateCluster, attempt 4: timestamp=2022-07-07T17:37:48.224Z | |
2022-07-07T17:37:48.225Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request redshift/CreateCluster Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: redshift-fips.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 377 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/redshift/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=409e3a0b072fbbaee9d0aeb017a04d05ff1f668af9c11bf7572e7c22163adaca | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173748Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=CreateCluster&AllowVersionUpgrade=true&AutomatedSnapshotRetentionPeriod=1&ClusterIdentifier=tf-redshift-cluster&ClusterType=single-node&ClusterVersion=1.0&DBName=mydb&MaintenanceTrackName=current&ManualSnapshotRetentionPeriod=-1&MasterUserPassword=Mustbe8characters&MasterUsername=exampleuser&NodeType=dc1.large&Port=5439&PubliclyAccessible=true&Tags=&Version=2012-12-01 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:48.225Z | |
2022-07-07T17:37:48.249Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Send Request redshift/CreateCluster failed, attempt 4/25, error RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host: timestamp=2022-07-07T17:37:48.249Z | |
2022-07-07T17:37:48.926Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Retrying Request redshift/CreateCluster, attempt 5: timestamp=2022-07-07T17:37:48.926Z | |
2022-07-07T17:37:48.927Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request redshift/CreateCluster Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: redshift-fips.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 377 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/redshift/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=409e3a0b072fbbaee9d0aeb017a04d05ff1f668af9c11bf7572e7c22163adaca | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173748Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=CreateCluster&AllowVersionUpgrade=true&AutomatedSnapshotRetentionPeriod=1&ClusterIdentifier=tf-redshift-cluster&ClusterType=single-node&ClusterVersion=1.0&DBName=mydb&MaintenanceTrackName=current&ManualSnapshotRetentionPeriod=-1&MasterUserPassword=Mustbe8characters&MasterUsername=exampleuser&NodeType=dc1.large&Port=5439&PubliclyAccessible=true&Tags=&Version=2012-12-01 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:48.927Z | |
2022-07-07T17:37:48.929Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Send Request redshift/CreateCluster failed, attempt 5/25, error RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host: timestamp=2022-07-07T17:37:48.928Z | |
2022-07-07T17:37:50.668Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Retrying Request redshift/CreateCluster, attempt 6: timestamp=2022-07-07T17:37:50.667Z | |
2022-07-07T17:37:50.668Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request redshift/CreateCluster Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: redshift-fips.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 377 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/redshift/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=ec15d31b0c2d65b548758138c041a9e0991eec85d31dfc9b627282288a1273b6 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173750Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=CreateCluster&AllowVersionUpgrade=true&AutomatedSnapshotRetentionPeriod=1&ClusterIdentifier=tf-redshift-cluster&ClusterType=single-node&ClusterVersion=1.0&DBName=mydb&MaintenanceTrackName=current&ManualSnapshotRetentionPeriod=-1&MasterUserPassword=Mustbe8characters&MasterUsername=exampleuser&NodeType=dc1.large&Port=5439&PubliclyAccessible=true&Tags=&Version=2012-12-01 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:50.667Z | |
2022-07-07T17:37:50.679Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Send Request redshift/CreateCluster failed, attempt 6/25, error RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host: timestamp=2022-07-07T17:37:50.679Z | |
2022-07-07T17:37:54.298Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Retrying Request redshift/CreateCluster, attempt 7: timestamp=2022-07-07T17:37:54.298Z | |
2022-07-07T17:37:54.298Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request redshift/CreateCluster Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: redshift-fips.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 377 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/redshift/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=dfcfd9b40f5f4e61141df09e600b4a012cbe2c596c9210aad8339dbf7c914a02 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173754Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=CreateCluster&AllowVersionUpgrade=true&AutomatedSnapshotRetentionPeriod=1&ClusterIdentifier=tf-redshift-cluster&ClusterType=single-node&ClusterVersion=1.0&DBName=mydb&MaintenanceTrackName=current&ManualSnapshotRetentionPeriod=-1&MasterUserPassword=Mustbe8characters&MasterUsername=exampleuser&NodeType=dc1.large&Port=5439&PubliclyAccessible=true&Tags=&Version=2012-12-01 | |
-----------------------------------------------------: timestamp=2022-07-07T17:37:54.298Z | |
2022-07-07T17:37:54.308Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Send Request redshift/CreateCluster failed, attempt 7/25, error RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host: timestamp=2022-07-07T17:37:54.308Z | |
aws_redshift_cluster.example: Still creating... [10s elapsed] | |
2022-07-07T17:38:00.280Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Retrying Request redshift/CreateCluster, attempt 8: timestamp=2022-07-07T17:38:00.280Z | |
2022-07-07T17:38:00.280Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request redshift/CreateCluster Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: redshift-fips.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 377 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/redshift/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=af673fe20718bcab8fc4cb9708379b43058dbedc07b72461f33af6ceefd51a21 | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173800Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=CreateCluster&AllowVersionUpgrade=true&AutomatedSnapshotRetentionPeriod=1&ClusterIdentifier=tf-redshift-cluster&ClusterType=single-node&ClusterVersion=1.0&DBName=mydb&MaintenanceTrackName=current&ManualSnapshotRetentionPeriod=-1&MasterUserPassword=Mustbe8characters&MasterUsername=exampleuser&NodeType=dc1.large&Port=5439&PubliclyAccessible=true&Tags=&Version=2012-12-01 | |
-----------------------------------------------------: timestamp=2022-07-07T17:38:00.280Z | |
2022-07-07T17:38:00.290Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Send Request redshift/CreateCluster failed, attempt 8/25, error RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host: timestamp=2022-07-07T17:38:00.290Z | |
aws_redshift_cluster.example: Still creating... [20s elapsed] | |
2022-07-07T17:38:08.765Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Retrying Request redshift/CreateCluster, attempt 9: timestamp=2022-07-07T17:38:08.764Z | |
2022-07-07T17:38:08.765Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Request redshift/CreateCluster Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: redshift-fips.us-gov-west-1.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/0.13.7 (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) aws-sdk-go/1.44.44 (go1.17.6; linux; amd64) | |
Content-Length: 377 | |
Authorization: AWS4-HMAC-SHA256 Credential=ASIAV4CLSK66RVFOWP4J/20220707/us-gov-west-1/redshift/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=77d4f070ed9e323a0b83b519087c9bec9fcb677b62120ef168f43cbe04a8711f | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220707T173808Z | |
X-Amz-Security-Token: FwoDYXdzENj//////////wEaDJWKLnfweLA3L+i8lCK1AYBO67WE5bmZSNMhNpAzeni8yPqGnPALBdLToeB1M6N8SH0y93dwL+EhkOxNtXQcKLV9UXqe6DHNDn+rZFcS4fb9D36nrBoDGmEV4BVNeFfK/TqVZL5CkP3BBBC8kncfRJ4HOj+z3lc6h1NbVvCRx0Lb/0VFUfzApK6z2LchU9uT5dBWJmHHKJ6fd7qGBB1hQvh+sf/vQeUh5IKwO/goioPhDngGeZZoUYA6KXiX70AHYvf8hIgo/7GclgYyLX9O7ejFeUY2TKtBVoW9Q7krlMacZ8Jke3n+Rce+4tOpQ9TQiP47iFT8eZa90Q== | |
Accept-Encoding: gzip | |
Action=CreateCluster&AllowVersionUpgrade=true&AutomatedSnapshotRetentionPeriod=1&ClusterIdentifier=tf-redshift-cluster&ClusterType=single-node&ClusterVersion=1.0&DBName=mydb&MaintenanceTrackName=current&ManualSnapshotRetentionPeriod=-1&MasterUserPassword=Mustbe8characters&MasterUsername=exampleuser&NodeType=dc1.large&Port=5439&PubliclyAccessible=true&Tags=&Version=2012-12-01 | |
-----------------------------------------------------: timestamp=2022-07-07T17:38:08.765Z | |
2022-07-07T17:38:08.794Z [DEBUG] plugin.terraform-provider-aws_v4.21.0_x5: [aws-sdk-go] DEBUG: Send Request redshift/CreateCluster failed, attempt 9/25, error RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host: timestamp=2022-07-07T17:38:08.794Z | |
2022-07-07T17:38:08.794Z [WARN] plugin.terraform-provider-aws_v4.21.0_x5: Disabling retries after next request due to networking issue: timestamp=2022-07-07T17:38:08.794Z | |
2022/07/07 17:38:08 [DEBUG] aws_redshift_cluster.example: apply errored, but we're indicating that via the Error pointer rather than returning it: error creating Redshift Cluster (tf-redshift-cluster): RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host | |
2022/07/07 17:38:08 [ERROR] eval: *terraform.EvalApplyPost, err: error creating Redshift Cluster (tf-redshift-cluster): RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host | |
2022/07/07 17:38:08 [ERROR] eval: *terraform.EvalSequence, err: error creating Redshift Cluster (tf-redshift-cluster): RequestError: send request failed | |
t-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host | |
2022-07-07T17:38:08.799Z [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
Warning: Value for undeclared variable | |
The root module does not declare a variable named "tags" but a value was found | |
in file "/tmp/kentest-tags.tfvars". To use this value, add a "variable" block | |
to the configuration. | |
Using a variables file to set an undeclared variable is deprecated and will | |
become an error in a future release. If you wish to provide certain "global" | |
settings to all configurations in your organization, use TF_VAR_... | |
environment variables to set these instead. | |
Error: error creating Redshift Cluster (tf-redshift-cluster): RequestError: send request failed | |
caused by: Post "https://redshift-fips.us-gov-west-1.amazonaws.com/": dial tcp: lookup redshift-fips.us-gov-west-1.amazonaws.com on 10.30.0.2:53: no such host | |
on main.tf line 10, in resource "aws_redshift_cluster" "example": | |
10: resource "aws_redshift_cluster" "example" { | |
2022-07-07T17:38:08.814Z [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/aws/4.21.0/linux_amd64/terraform-provider-aws_v4.21.0_x5 pid=4279 | |
2022-07-07T17:38:08.814Z [DEBUG] plugin: plugin exited | |
ERROR: terraform exited with 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment