Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Cherry-pick onto 1.2.0 patch to pick up Cloud API key in Schematics
Browse files Browse the repository at this point in the history
- Using schematics, we can simplify the deployment processes by
  pulling the provider API key dynamically from IAM.
  • Loading branch information
mikehollinger authored Mar 27, 2020
1 parent c91461b commit b0c4a5a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.


variable "ibmcloud_api_key" {
description = "Enter your IBM Cloud API Key. To get this key, go to https://cloud.ibm.com/iam/apikeys and generate a new 'IBM Cloud API Key'"
}



#################################################
## End of variables ##
#################################################

provider "ibm" {
region = "${var.vpc_region}"
version = ">= 0.24.4"
ibmcloud_api_key = "${var.ibmcloud_api_key}"
}

provider "null" {
Expand Down

0 comments on commit b0c4a5a

Please sign in to comment.