You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd tests/fixtures/aws_terraform/static-website # or azure_terraform/ or gcp_terraform/
127
+
cd tests/fixtures/aws_terraform/static-website # or azure_terraform/test_vm_vmss
133
128
terraform init
134
129
terraform plan
135
130
# Should complete without errors
136
131
cd -
137
132
```
138
133
139
-
**Note**: TerraVision needs Terraform to successfully run `terraform plan` to parse your infrastructure. Cloud credentials are required for Terraform to validate resources, but TerraVision itself never accesses your cloud account.
134
+
**Note**: TerraVision needs Terraform to successfully run `terraform plan` to parse your infrastructure. Cloud credentials are required for TERRAFORM to validate resources and resolve functions, but TerraVision itself never accesses your cloud account.
140
135
141
-
**Important for Terraform Enterprise Users**: TerraVision automatically forces local backend execution (ignoring remote state) to generate diagrams showing the complete infrastructure definition, not just deltas. This ensures accurate architecture visualization regardless of your configured backend.
136
+
**Important for Terraform Enterprise and Remote Backend Users**: TerraVision automatically forces local backend execution (ignoring remote state) to generate diagrams showing the complete infrastructure definition, not just deltas. This ensures accurate architecture visualization regardless of your configured backend.
142
137
143
138
### Try It Out!
144
139
@@ -148,13 +143,10 @@ Generate your first diagram using our example Terraform code:
148
143
# Example 1: EKS cluster with managed nodes and OIDC
0 commit comments