Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Feb 22, 2023
1 parent 91a0cf5 commit 6b19a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/meta/base_meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ func (meta *baseMeta) buildTerraformConfig(backendType string) string {

func (meta *baseMeta) buildProviderConfig() string {
f := hclwrite.NewEmptyFile()
body := f.Body().AppendNewBlock("provider", []string{"azurerm1"}).Body()
body := f.Body().AppendNewBlock("provider", []string{"azurerm"}).Body()
body.AppendNewBlock("features", nil)
for k, v := range meta.providerConfig {
body.SetAttributeValue(k, v)
Expand Down

0 comments on commit 6b19a77

Please sign in to comment.