Closed tongueroo closed 2 years ago
This is a π bug fix. This is a πββοΈ feature or enhancement.
bundle exec rspec
Add an expand_string? interface method for plugin expanders.
expand_string?
Try a ruby DSL backend.rb like so:
backend.rb
backend("s3", bucket: 'terraform-state-demo-:ACCOUNT-:REGION-:ENV', key: ':REGION/:ENV/:BUILD_DIR/terraform.tfstate', region: ":REGION", encrypt: true, dynamodb_table: "terraform_locks", acl: "private", kms_key_id: "arn:aws:kms:us-west-2:112233445566:key/937e938d-02f7-458c-8f9b-30846afd3bd3", )
Patch
Released in v0.6.20
This is a π bug fix. This is a πββοΈ feature or enhancement.
bundle exec rspec
to verify this)Summary
Add an
expand_string?
interface method for plugin expanders.Context
How to Test
Try a ruby DSL backend.rb like so:
backend.rb
Version Changes
Patch