Skip to content

Commit

Permalink
Add missing mappings between variables and config properties (#113)
Browse files Browse the repository at this point in the history
* Add missing mappings between variables and config properties

* skipping the mapping to hcl2
  • Loading branch information
flixman authored Jul 6, 2021
1 parent dbf0ce1 commit 0d68977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions builder/azure/dtl/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ type Config struct {
DisallowPublicIP bool `mapstructure:"disallow_public_ip" required:"false"`

// Runtime Values
UserName string
UserName string `mapstructure-to-hcl2:",skip"`
Password string
tmpAdminPassword string
tmpCertificatePassword string
Expand All @@ -292,7 +292,7 @@ type Config struct {
tmpOSDiskName string
tmpSubnetName string
tmpVirtualNetworkName string
VMCreationResourceGroup string
VMCreationResourceGroup string `mapstructure-to-hcl2:",skip"`
tmpFQDN string

// Authentication with the VM via SSH
Expand Down
4 changes: 0 additions & 4 deletions builder/azure/dtl/config.hcl2spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d68977

Please sign in to comment.