Added resource_admin_license

This commit is contained in:
Gavin Bunney
2019-10-09 11:22:26 -07:00
parent ba5d6d5388
commit 9d0c85c37a
6 changed files with 271 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ func testAccCheckBitbucketAdminMailServerExists(n string) resource.TestCheckFunc
return fmt.Errorf("not found %s", n)
}
if rs.Primary.ID == "" {
return fmt.Errorf("no project ID is set")
return fmt.Errorf("no mail ID is set")
}
return nil
}