diff --git a/getting-started.md b/getting-started.md index 98fddae..381e383 100644 --- a/getting-started.md +++ b/getting-started.md @@ -183,7 +183,7 @@ The following steps show how to set up the provider plug-in for Terraform v0.13. provider "ibm" { ibmcloud_api_key = var.ibmcloud_api_key region = var.region - } + } ``` {: codeblock} diff --git a/tutorials/clusters.md b/tutorials/clusters.md index 0c0c21f..d0e1951 100644 --- a/tutorials/clusters.md +++ b/tutorials/clusters.md @@ -85,12 +85,12 @@ This tutorial is intended for system administrators that want to learn how to cr ```terraform terraform { - required_version = ">=1.0.0, <2.0" - required_providers { + required_version = ">=1.0.0, <2.0" + required_providers { ibm = { - source = "IBM-Cloud/ibm" + source = "IBM-Cloud/ibm" } - } + } } ``` {: codeblock}