Skip to content

Commit

Permalink
rename terraform ids to opendatahub.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Feb 21, 2024
1 parent 6ff1215 commit e9c6509
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions infrastructure/terraform/prod/all.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
target_group_one_ids = {
"auth01.opendatahub.bz.it": "i-089dcb3c64c5759a7"
"auth01.opendatahub.com": "i-089dcb3c64c5759a7"
}

target_group_two_ids = {
"auth02.opendatahub.bz.it": "i-0f0a83cd8693c8fc6"
"auth02.opendatahub.com": "i-0f0a83cd8693c8fc6"
}
2 changes: 1 addition & 1 deletion infrastructure/terraform/prod/groupone.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target_group_one_ids = {
"auth01.opendatahub.bz.it": "i-089dcb3c64c5759a7"
"auth01.opendatahub.com": "i-089dcb3c64c5759a7"
}

target_group_two_ids = {}
2 changes: 1 addition & 1 deletion infrastructure/terraform/prod/grouptwo.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target_group_one_ids = {}

target_group_two_ids = {
"auth02.opendatahub.bz.it": "i-0f0a83cd8693c8fc6"
"auth02.opendatahub.com": "i-0f0a83cd8693c8fc6"
}

0 comments on commit e9c6509

Please sign in to comment.