aptible / terraform-provider-aptible

The official Terraform provider for Aptible Deploy
https://registry.terraform.io/providers/aptible/aptible/latest
10 stars 13 forks source link

Update replica validation to match database #91

Closed joshraker closed 1 year ago

joshraker commented 1 year ago

Integration tests are passing.

make testacc TESTARGS='-run TestAccResourceReplica'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./... -v -count 1 -parallel 20 -run TestAccResourceReplica -timeout 120m
?       github.com/aptible/terraform-provider-aptible   [no test files]
...
PASS
ok      github.com/aptible/terraform-provider-aptible/aptible   1331.666s
joshraker commented 1 year ago

Integration tests for App and Replica resources are passing.