Skip to content

Commit

Permalink
changed the saml app modules back to relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Parick Putman committed Jan 2, 2022
1 parent 4ace137 commit 2de7575
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aws-app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ resource "aws_iam_role" "okta-role" {
}

module "saml-app" {
source = "https://github.com/my-gh-account/infrastructure-modules//saml-app?ref=v0.0.1"
source = "../saml-app/"
accounts = var.accounts
okta_appname = var.okta_appname
app_configuration = local.app_configuration
Expand Down
3 changes: 1 addition & 2 deletions google-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ resource "google_project_iam_member" "rolemapping" {
#-------------------------------------------------------------------------------------------------------------------------------------
#
module "saml-app" {
source = "https://github.com/my-gh-account/infrastructure-modules//saml-app?ref=v0.0.1"
# source = "../../../modules/accounts/saml-app/"
source = "../saml-app/"
accounts = var.accounts
okta_appname = var.okta_appname
app_configuration = local.cloud_app_configuration
Expand Down
2 changes: 1 addition & 1 deletion google-workspaces/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ resource "googleworkspace_role_assignment" "role_assignment" {
}

module "saml-app" {
source = "https://github.com/my-gh-account/infrastructure-modules//saml-app?ref=v0.0.1"
source = "../saml-app/"
accounts = var.accounts
okta_appname = var.okta_appname
app_configuration = local.app_configuration
Expand Down
2 changes: 1 addition & 1 deletion slack-app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ locals {


module "saml-app" {
source = "https://github.com/my-gh-account/infrastructure-modules//saml-app?ref=v0.0.1"
source = "../saml-app/"
accounts = var.accounts
okta_appname = var.okta_appname
app_configuration = local.app_configuration
Expand Down

0 comments on commit 2de7575

Please sign in to comment.