Difference between revisions of "Terraform init -reconfigure"
Jump to navigation
Jump to search
(9 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
+ | [[Initializing modules...]] | ||
+ | [[Initializing the backend...]] | ||
+ | [[Initializing provider plugins...]] | ||
+ | |||
+ | [[terraform init]] -reconfigure | ||
╷ | ╷ | ||
│ Error: Failed to get existing workspaces: [[S3 bucket does not exist]]. | │ Error: Failed to get existing workspaces: [[S3 bucket does not exist]]. | ||
Line 16: | Line 21: | ||
╵ | ╵ | ||
+ | |||
+ | |||
+ | ╷ | ||
+ | │ Error: error configuring S3 Backend: error validating provider credentials: error calling [[sts:GetCallerIdentity]]: RequestError: send request failed | ||
+ | │ caused by: Post "https://sts.amazonaws.com/": dial tcp: lookup sts.amazonaws.com on [fec0:0:0:ffff::3]:53: dial udp [fec0:0:0:ffff::3]:53: connect: invalid | ||
+ | argument | ||
+ | │ | ||
+ | Solution: check your connectivity | ||
+ | |||
+ | == Related terms == | ||
+ | * [[backend "s3"]] | ||
+ | * <code>[[Error: Unsupported Terraform Core version]]</code> | ||
== See also == | == See also == | ||
* {{terraform init}} | * {{terraform init}} | ||
* {{Terraform backends}} | * {{Terraform backends}} | ||
− | |||
[[Category:Terraform]] | [[Category:Terraform]] |
Latest revision as of 10:57, 7 September 2022
Initializing modules... Initializing the backend... Initializing provider plugins...
terraform init -reconfigure ╷ │ Error: Failed to get existing workspaces: S3 bucket does not exist. │ │ The referenced S3 bucket must have been previously created. If the S3 bucket │ was created within the last minute, please wait for a minute or two and try │ again. │ │ Error: NoSuchBucket: The specified bucket does not exist │ status code: 404, request id: 09BAP4D6R37SDNKK, host id: 0nqgo00cATQJRLmg83/7WcHPomgHGY3QUcB2cTHLVqYTJYI6ScermtCnGZ7szQJ/+Nvsh9QKI+xx │ │ │ ╵
╷ │ Error: error configuring S3 Backend: error validating provider credentials: error calling sts:GetCallerIdentity: RequestError: send request failed │ caused by: Post "https://sts.amazonaws.com/": dial tcp: lookup sts.amazonaws.com on [fec0:0:0:ffff::3]:53: dial udp [fec0:0:0:ffff::3]:53: connect: invalid argument │ Solution: check your connectivity
Related terms[edit]
See also[edit]
Advertising: