Commit bae7e84e authored by Max Williams's avatar Max Williams Committed by Anton Babenko

Rename module from "*-iodc" to "*-oidc" (#48)

* rename module

* fix source in example
parent b6abf255
...@@ -6,7 +6,7 @@ provider "aws" { ...@@ -6,7 +6,7 @@ provider "aws" {
# IAM assumable role for admin # IAM assumable role for admin
############################### ###############################
module "iam_assumable_role_admin" { module "iam_assumable_role_admin" {
source = "../../modules/iam-assumable-role-with-iodc" source = "../../modules/iam-assumable-role-with-oidc"
create_role = true create_role = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment