[BUG] route53_record: Records with same ID possible #1094
Labels
bug
Addresses a defect in current functionality.
service/route53
Issues and PRs that pertain to the route53 service.
Milestone
Terraform Version
Terraform: v.0.10.0-dev (a4ee13b8c), AWS provider: 27b3b71
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
plan
&apply
should throw an error thatnet_example_TXT1
&net_example_TXT2
will create or change the same resource ID.Actual Behavior
First run (record not existent):
plan
:apply
:Outputs that both resources are created, but only
"Test1"
is set.Second run ("Test1" entry existent):
plan
:apply
:Does what
plan
shows:"Test1"
->"Test2"
Loop between values of
net_example_TXT1
andnet_example_TXT2
The text was updated successfully, but these errors were encountered: