Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
akocbek authored Jun 10, 2024
1 parent 1e8abc2 commit c8f592d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/satellite-aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/***************************************************
NOTE: To source a particular version of IBM terraform provider, configure the parameter `version` as follows
terraform {
required_version = ">=0.13""
required_version = ">=0.13"
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
Expand All @@ -18,7 +18,7 @@ If we dont configure the version parameter, it fetches the latest provider versi
****************************************************/

terraform {
required_version = ">=1.1""
required_version = ">=1.1"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit c8f592d

Please sign in to comment.