Skip to content

Commit 3cede7a

Browse files
authored
Update hooks/terraform_wrapper_module_for_each.sh
1 parent 9ef469a commit 3cede7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hooks/terraform_wrapper_module_for_each.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,10 @@ EOF
397397
# If the root module has a versions.tf, use that; otherwise, create it.
398398
if [[ -f "${full_module_dir}/versions.tf" ]]; then
399399
cp "${full_module_dir}/versions.tf" "${output_dir}/versions.tf"
400-
# Don't propagate redundant `provider_meta` user-agent attrs (#954).
401-
# sepcific to aws cloud only
400+
# Don't propagate redundant `provider_meta` attributes
401+
# AWS specific
402402
hcledit attribute rm "terraform.provider_meta.${module_repo_provider}.user_agent" -f "${output_dir}/versions.tf" -u
403-
# specific to gcp cloud only
403+
# GCP specific
404404
hcledit attribute rm "terraform.provider_meta.${module_repo_provider}.module_name" -f "${output_dir}/versions.tf" -u
405405
else
406406
echo "$CONTENT_VERSIONS_TF" > "${output_dir}/versions.tf"

0 commit comments

Comments
 (0)