obs-tf-state
iits-consulting/obs-tf-state/opentelekomcloud
Encrypted Remote State Bucket  !Terraform Lint !ViewCount Creates an encrypted OBS Bucket for your terraform remote state. After the creation it prints out the right backend s3 terraform settings which you can copy and paste into your settings.tf Usage Set your AK/SK and source such a bash file ``bash export STAGE_NAME=presentation export ACCESS_KEY="REPLACE_ME" export SECRET_KEY="REPLACE_ME" export AWS_SECRET_ACCESS_KEY=$SECRET_KEY export AWS_ACCESS_KEY_ID=$ACCESS_KEY export OS_ACCESS_KEY=$ACCESS_KEY export OS_SECRET_KEY=$SECRET_KEY ` create a folder tf-remote-state-bucket and a main.tf with this content: `hcl terraform { required_version = "v0.14.8" required_providers { op
| Name | Type | Description | Default |
|---|---|---|---|
| bucket_name | string | The bucket name where the encrypted tf file should be stored | required |
| region | string | required | |
| force_encryption | string | Add an encryption enforcing policy to the state bucket. Default = true | true |
backend_config