Skip to content

Commit

Permalink
new resource azurerm_stack_hci_deployment_setting (#25646)
Browse files Browse the repository at this point in the history
* new resource stack_hci_deployment_setting

* delete customlocation & arc bridge

* delete arc bridge before custom location

* terrafmt

* fix import test

* disable network direct in acctest

* rename override properties

* disable network direct in test

* doc: elaborate on eu_location_enabled

* change expand/flatten func name first char to lowercase

* setID before create

* fix test exist func

* remove feature toggle

* add notes on additional resources

* add more validations

* fix build issue
  • Loading branch information
teowa authored Sep 20, 2024
1 parent 009cfd9 commit ee0b793
Show file tree
Hide file tree
Showing 6 changed files with 3,031 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/azurestackhci/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func (r Registration) DataSources() []sdk.DataSource {

func (r Registration) Resources() []sdk.Resource {
return []sdk.Resource{
StackHCIDeploymentSettingResource{},
StackHCILogicalNetworkResource{},
}
}
Loading

0 comments on commit ee0b793

Please sign in to comment.