Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions transformer/tfc/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Terraform Cloud/Enterprise organization name
tfc_organization = "test-123433"

# List of TFC/TFE workspace names to export. Wildcards are supported (e.g., ["*"], ["*-example"], ["example-*"]).
tfc_workspace_names = ["*"]

# List of TFC/TFE workspace tags to include when exporting. Excluded tags take precedence over included ones. Wildcards are not supported.
# tfc_workspace_include_tags = ["example"]

# List of TFC/TFE workspace tags to exclude when exporting. Excluded tags take precedence over included ones. Wildcards are not supported.
# tfc_workspace_exclude_tags = ["ignore"]

# Export Terraform state to files?
export_state = true