-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_public_ip
- support for the domain_name_label_scope
property
#27748
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test failure
------- Stdout: -------
=== RUN TestAccPublicIpStatic_canLabelBe63
=== PAUSE TestAccPublicIpStatic_canLabelBe63
=== CONT TestAccPublicIpStatic_canLabelBe63
testcase.go:173: Step 1/3 error: Error running pre-apply plan: exit status 1
Error: domain_name_label must contain only lowercase alphanumeric characters, numbers and hyphens. It must start with a letter, end only with a number or letter and not exceed 63 characters in length
with azurerm_public_ip.test,
on terraform_plugin_test.tf line 43, in resource "azurerm_public_ip" "test":
43: domain_name_label = "6lv2zfdpd98dl0yse8w2ajdh0qm8xypfdtbmncy7hjtetbquacbp2ozjeq37by2"
--- FAIL: TestAccPublicIpStatic_canLabelBe63 (6.83s)
FAIL
Hi @katbyte thanks for your time. Test case has been updated and passed. Could you please take another look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🍯
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Community Note
Description
Support for the
domain_name_label_scope
property.Swagger: https://github.com/Azure/azure-rest-api-specs/blob/fe44d3261ff0ea816315126120672ccec78c3074/specification/network/resource-manager/Microsoft.Network/stable/2023-11-01/publicIpAddress.json#L619
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
PASS: TestAccPublicIpStatic_update (300.85s)
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_public_ip
- support for thedomain_name_label_scope
property [azurerm_public_ip - Support setting domain label scope #27730]This is a (please select all that apply):
Related Issue(s)
Fixes #27730