Skip to content

Commit 65edd80

Browse files
Merge pull request #701 from terraform-providers/alexng/go
Update go version in wercker builds and fix samples formatting
2 parents 1491cdf + bab9801 commit 65edd80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/examples/identity/tags.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ resource "oci_identity_tag" "tag1" {
1414
tag_namespace_id = "${oci_identity_tag_namespace.tag-namespace1.id}"
1515

1616
#Optional
17-
is_cost_tracking = false // default is "false". The value "true" is only permitted if the associated tag namespace is part of the root compartment.
18-
is_retired = false
17+
is_cost_tracking = false // default is "false". The value "true" is only permitted if the associated tag namespace is part of the root compartment.
18+
is_retired = false
1919
}
2020

2121
output "tag_namespaces" {

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
box: golang:1.9
1+
box: golang:1.11
22
build:
33
base-path: /go/src/github.com/terraform-providers/terraform-provider-oci
44
steps:

0 commit comments

Comments
 (0)