-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
azurerm_nginx_deployment
: Add dataplane API endpoint property (#28379)
- As the property is useful for customers, it is worth exposing it as a resource attribute. - Also updated the data source with the same property.
- Loading branch information
1 parent
33a95a1
commit 4f77fbc
Showing
6 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ func TestAccNginxDeployment_basic(t *testing.T) { | |
check.That(data.ResourceName).ExistsInAzure(r), | ||
check.That(data.ResourceName).Key("capacity").HasValue("10"), | ||
check.That(data.ResourceName).Key("email").HasValue("[email protected]"), | ||
check.That(data.ResourceName).Key("dataplane_api_endpoint").Exists(), | ||
), | ||
}, | ||
data.ImportStep(), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters