Skip to content

Commit

Permalink
fix additional typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley committed Dec 2, 2024
1 parent 24c15c3 commit 8a94313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mmv1/templates/terraform/iam/iam_attributes.go.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- $primaryResourceId := $.ExamplePrimaryResourceId }}
{{- $ids := $.IamSelfLinkIdentifiers }}
{{- range $i, $attribue := $.IamAttributes}}
{{ $attribue }} = {{ $.IamParentSourceType }}.{{ $primaryResourceId }}.{{ underscore (index $ids $i)}}
{{- end }}
{{- range $i, $attribute := $.IamAttributes}}
{{ $attribute }} = {{ $.IamParentSourceType }}.{{ $primaryResourceId }}.{{ underscore (index $ids $i)}}
{{- end }}

0 comments on commit 8a94313

Please sign in to comment.