Skip to content

Commit

Permalink
updated source and version restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 17, 2020
1 parent 841aa33 commit bd2bf7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In the directory where you intend to run your terraform commands, create a `main

```tf
terraform {
required_version = ">= 0.12.26"
required_version = "~> 0.12.26"
required_providers {
aws = ">= 3.0.0"
sdm = ">= 1.0.12"
Expand Down Expand Up @@ -68,7 +68,7 @@ Create a `.tf` file (in this example, we called it `onboarding.tf`) and paste in

```tf
module "strongdm_onboarding" {
source = "git::https://github.com/strongdm/terraform-sdm-onboarding.git"
source = "strongdm/onboarding/sdm"
# Prefix will be added to resource names
prefix = "foo"
Expand Down

0 comments on commit bd2bf7b

Please sign in to comment.