Use snake case for HA example (#7505)

This commit is contained in:
Vu Pham 2019-09-23 16:02:08 -07:00 committed by Jim Kalafut
parent 551b7a5e5c
commit 2d84a1078f
1 changed files with 3 additions and 3 deletions

View File

@ -75,10 +75,10 @@ This example shows configuring OCI Object Storage with high availability enabled
```hcl
storage "oci_objectstorage" {
namespaceName = "MyNamespace
bucketName = "DataBucket"
namespace_name = "MyNamespace
bucket_name = "DataBucket"
ha_enabled = "true"
lockBucketName = "LockBucket"
lock_bucket_name = "LockBucket"
}
```