We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a787b54 commit 2ab9d78Copy full SHA for 2ab9d78
src/conf.py
@@ -1,4 +1,4 @@
1
-VERSION = "0.0.8"
+VERSION = "0.0.9"
2
SUPPORTED_CLOUD_PROVIDERS = ["aws", "azure", "gcloud"]
3
DEFAULT_AWS_BUCKET_REGION = "us-west-2"
4
LIST_OF_VARIABLES_FILES = ["vars.tf", "variable.tf", "variables.tf"]
tests/remote_backend.tf
@@ -0,0 +1,9 @@
+# file generated by wrapper script to configure backend
+# do not edit or delete!
+
+terraform {
5
+ backend "s3" {
6
+ endpoint = "s3-fips.us-west-2.amazonaws.com"
7
+ workspace_key_prefix = "demo-workspace"
8
+ }
9
+}
0 commit comments