Skip to content

Commit 2ab9d78

Browse files
committed
upgrading version
1 parent a787b54 commit 2ab9d78

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.0.8"
1+
VERSION = "0.0.9"
22
SUPPORTED_CLOUD_PROVIDERS = ["aws", "azure", "gcloud"]
33
DEFAULT_AWS_BUCKET_REGION = "us-west-2"
44
LIST_OF_VARIABLES_FILES = ["vars.tf", "variable.tf", "variables.tf"]

tests/remote_backend.tf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# file generated by wrapper script to configure backend
2+
# do not edit or delete!
3+
4+
terraform {
5+
backend "s3" {
6+
endpoint = "s3-fips.us-west-2.amazonaws.com"
7+
workspace_key_prefix = "demo-workspace"
8+
}
9+
}

0 commit comments

Comments
 (0)