Skip to content

Commit 4ca63b8

Browse files
authored
Merge pull request #2 from speee/standard-module-structure
Follow the standard module structure
2 parents f26b3f9 + 7a33703 commit 4ca63b8

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
terraform-aws-sso-assignment
2+
3+
Terraform module which creates AWS SSO assignments on AWS.
File renamed without changes.

outputs.tf

Whitespace-only changes.

versions.tf

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

0 commit comments

Comments
 (0)