azdevops / terraform

Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
https://www.terraform.io/
Mozilla Public License 2.0
1 stars 2 forks source link

Remove Riviera from resource_arm_dns_a_record #47

Closed sebastus closed 6 years ago

sebastus commented 6 years ago

switch dependency to azure_sdk_for_go

sebastus commented 6 years ago

the test module does depend on riviera.

all tests pass if you do "-run=TestAccAzureRMDns", but not if you do "-run=TestAccAzureRMDnsARecord", which suggests a dependency between tests.

sebastus commented 6 years ago

Did another test run with "-run=TestAccAzureRMDnsARecord" and it worked. Random number generator?

sebastus commented 6 years ago

done. with regards to test failure. It was trying to write a new dns zone and reported the resource group didn't exist. the rg was supposedly just created. maybe dependency checker jumped the gun?

sebastus commented 6 years ago

https://github.com/terraform-providers/terraform-provider-azurerm/pull/180