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
- Appending tags to every resource may regenerate data sources such as `aws_iam_policy_document` which will cause many resources to be modified. See known issue in aws provider [#29421](https://github.com/hashicorp/terraform-provider-aws/issues/29421).
487
+
- To run a local plan outside of terraform, the same environment variables will need to be created.
488
+
489
+
```bash
490
+
tfvars () {
491
+
export terraform_repository=$(git config --get remote.origin.url | sed 's,^git@,,g' | tr ':' '/' | sed 's,.git$,,g')
492
+
export terraform_repository_dir=$(git rev-parse --show-prefix | sed 's,\/$,,g')
0 commit comments