Skip to content

chore(terraform): template update for delete, loop and gitignore change#220

Draft
NSSPKrishna wants to merge 2 commits intofeat/terraform-generatorfrom
pk/terraform-update
Draft

chore(terraform): template update for delete, loop and gitignore change#220
NSSPKrishna wants to merge 2 commits intofeat/terraform-generatorfrom
pk/terraform-update

Conversation

@NSSPKrishna
Copy link
Copy Markdown
Member

No description provided.

created, err := client.{{.ClientPackageName | title}}.{{.ClientMethod}}(ctx, accountID, createInput)
{{- range .Attributes }}
if attr, ok := d.GetOK({{.Key | quote}}); ok{
createInput.{{.Key | camelcase}} = attr.({{.Type | lower}})
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants