Skip to content

Commit 8c95b97

Browse files
authored
Merge pull request #3 from speee/fix-version-constraints
Fix version constraints
2 parents 4ca63b8 + f737553 commit 8c95b97

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
terraform-aws-sso-assignment
1+
# terraform-aws-sso-assignment
22

33
Terraform module which creates AWS SSO assignments on AWS.

versions.tf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
terraform {
22
required_providers {
3-
source = "hashicorp/aws"
4-
version = ">= 3.24.0"
3+
aws = {
4+
source = "hashicorp/aws"
5+
version = ">= 3.24.0"
6+
}
57
}
68
}

0 commit comments

Comments
 (0)