Skip to content

Commit

Permalink
Attach replace - fix (IBM-Cloud#5204)
Browse files Browse the repository at this point in the history
* updated code

* added UT

* added UT

* fix typo

* added DiffSuppressFunc: flex.ApplyOnce,

* added Default:false,

* added Default:false,

* updated documentation

* updated documentation

* check acceptance test

* check acceptance test

* check acceptance test

* check acceptance test

* check acceptance test

* check acceptance test

* check acceptance test

* fix
  • Loading branch information
francescadecicco authored Mar 15, 2024
1 parent e75d10e commit 5d96eb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ibm/service/globaltagging/resource_ibm_resource_tag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ func TestAccResourceTag_replace_Basic(t *testing.T) {
ResourceName: "ibm_resource_tag.tag",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{
"replace"},
},
},
})
Expand All @@ -126,6 +128,7 @@ func testAccCheckResourceTagCreate_replace(name string) string {
plan = "lite"
location = "global"
}
resource "ibm_resource_tag" "tag" {
Expand Down

0 comments on commit 5d96eb2

Please sign in to comment.