Closed markandersontrocme closed 2 years ago
@punkdata @KyleTryon @bendrucker
Seems to be the same error as: https://github.com/CircleCI-Public/terraform-orb/issues/51
Closing as duplicate of #51. For anyone following this issue, it has been resolved and is awaiting release. We will have an update coming out very shortly (likely today).
Orb Version The version number of the orb 3.0.0
Describe the bug
When
terraform/init
job is ran withbackend_config
, we get an error:Error refreshing state: InvalidBucketName: The specified bucket is not valid.
To Reproduce Run a terraform init using aws s3 as backend_configExpected behavior Terraform to init properly with an s3 backend
Additional context If we use terraform version 0.14.x with orb 2.x.x we do not get this error, only with version 0.15.x + and orb 3.0.0