Skip to content

Commit

Permalink
remove duplicates in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltol committed Apr 25, 2024
1 parent 8f4602b commit 2435b50
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,6 @@ resource "ibm_resource_instance" "resource_instance_logdna_30day" {
location = "us-south"
}

resource "ibm_resource_instance" "resource_instance_logdna_hipaa30day" {
name = "logdna-hipaa30day"
service = "logdna"
plan = "hipaa-30-day"
location = "us-south"
}
resource "ibm_resource_instance" "resource_instance_logdna_14day" {
name = "logdna-14day"
service = "logdna"
plan = "14-day"
location = "us-south"
}

resource "ibm_resource_instance" "resource_instance_logdna_30day" {
name = "logdna-30day"
service = "logdna"
plan = "30-day"
location = "us-south"
}

resource "ibm_resource_instance" "resource_instance_logdna_hipaa30day" {
name = "logdna-hipaa30day"
service = "logdna"
Expand Down

0 comments on commit 2435b50

Please sign in to comment.