mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
add some comments
This commit is contained in:
parent
f8c279b3cf
commit
783ddd7be0
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
############################################
|
||||||
|
# Load Terraform State
|
||||||
|
############################################
|
||||||
data "terraform_remote_state" "shared" {
|
data "terraform_remote_state" "shared" {
|
||||||
backend = "s3"
|
backend = "s3"
|
||||||
config = {
|
config = {
|
||||||
|
|
@ -25,6 +28,9 @@ data "terraform_remote_state" "categorisation" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
############################################
|
||||||
|
# Load Credentials
|
||||||
|
############################################
|
||||||
data "aws_secretsmanager_secret_version" "db_credentials" {
|
data "aws_secretsmanager_secret_version" "db_credentials" {
|
||||||
secret_id = "${var.stage}/assessment_model/db_credentials"
|
secret_id = "${var.stage}/assessment_model/db_credentials"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue