Skip to content

Commit

Permalink
Remove default subscription plan
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroden84 committed Sep 3, 2024
1 parent 5227125 commit dc86dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/configurations/instance.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "cloudamqp_instance" "instance" {
name = "{{or .InstanceName `TestAccInstance`}}"
plan = "{{or .InstancePlan `bunny-1`}}"
plan = "{{.InstancePlan}}"
region = "{{or .InstanceRegion `amazon-web-services::us-east-1`}}"
tags = {{or .InstanceTags `["terraform"]`}}
}
2 changes: 1 addition & 1 deletion test/configurations/instance_with_version.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "cloudamqp_instance" "instance" {
name = "{{or .InstanceName `TestAccInstance`}}"
plan = "{{or .InstancePlan `bunny-1`}}"
plan = "{{.InstancePlan}}"
region = "{{or .InstanceRegion `amazon-web-services::us-east-1`}}"
tags = {{or .InstanceTags `["terraform"]`}}
rmq_version = "{{.InstanceRmqVersion}}"
Expand Down

0 comments on commit dc86dab

Please sign in to comment.