We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be47bf9 commit 8c29d48Copy full SHA for 8c29d48
oci/identity_tag_test.go
@@ -34,7 +34,7 @@ resource "oci_identity_tag_namespace" "tag-namespace1" {
34
resource "oci_identity_tag" "tag1" {
35
#Required
36
description = "example tag"
37
- name = "example-tag"
+ name = "example-tag-test"
38
tag_namespace_id = "${oci_identity_tag_namespace.tag-namespace1.id}"
39
40
is_retired = false
0 commit comments