We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ca63b8 + f737553 commit 8c95b97Copy full SHA for 8c95b97
README.md
@@ -1,3 +1,3 @@
1
-terraform-aws-sso-assignment
+# terraform-aws-sso-assignment
2
3
Terraform module which creates AWS SSO assignments on AWS.
versions.tf
@@ -1,6 +1,8 @@
terraform {
required_providers {
- source = "hashicorp/aws"
4
- version = ">= 3.24.0"
+ aws = {
+ source = "hashicorp/aws"
5
+ version = ">= 3.24.0"
6
+ }
7
}
8
0 commit comments