We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Team, Is there a way we can dynamically set a "version" field in the module available in terraform configuration file similar to
terraformOptions := terraform.WithDefaultRetryableErrors(t, &terraform.Options{ TerraformDir: "../fixtures/cloud_storage", // Reconfigure: true, Vars: map[string]interface{}{ "project_id": projectId, "name": fmt.Sprintf("bucket-asd-"+environment+"-encryption-testauto"), "location": location, "storage_class": "STANDARD", "force_destroy": true, "additional_labels": labels["ap1"], "uniform_bucket_level_access": true, "keynames": kmsKeyId, }, VarFiles: []string{ "common_cloud_storage.tfvars", }, })
The text was updated successfully, but these errors were encountered:
I usually use https://github.com/minamijoyo/hcledit for things like this.
Sorry, something went wrong.
No branches or pull requests
Hi Team,
Is there a way we can dynamically set a "version" field in the module available in terraform configuration file similar to
The text was updated successfully, but these errors were encountered: