Skip to content

Commit

Permalink
Update provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
bsvihovec committed Feb 25, 2021
1 parent 64ba309 commit 43a740f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions offerings-resource/provider.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
provider "ibm" {
region = var.region
}
terraform {
required_providers {
ibm = {
# source is mandatory for community providers
source = "IBM-Cloud/ibm"
version >= "1.13.1"
}
}
}

0 comments on commit 43a740f

Please sign in to comment.