Skip to content

Commit

Permalink
Merge pull request #221 from shalb/azurem-provider-features
Browse files Browse the repository at this point in the history
added nested blocks for azurem features
  • Loading branch information
romanprog authored Oct 3, 2023
2 parents 9f8b5b2 + 225da4d commit 4277492
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkg/hcltools/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ google-beta:
batching: true
opennebula:
default_tags: true
azurerm:
features:
api_management: true
app_configuration: true
application_insights: true
cognitive_account: true
key_vault: true
log_analytics_workspace: true
managed_disk: true
resource_group: true
subscription: true
template_deployment: true
virtual_machine: true
virtual_machine_scale_set: true
`

// InterfaceToCty convert go type to cty.Value(for hlc lib), using hack with JSON marshal/unmarshal.
Expand Down

0 comments on commit 4277492

Please sign in to comment.