File tree Expand file tree Collapse file tree 6 files changed +26
-0
lines changed Expand file tree Collapse file tree 6 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,6 @@ module "conversion-tool" {
32
32
environment = var. environment
33
33
application = var. application
34
34
git-origin = var. git-origin
35
+ certificate_arn = var. certificate_arn
36
+ ssm_secret = var. ssm_secret
35
37
}
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ owner = "qppar-final-scoring"
13
13
git-origin = " https://github.com/CMSgov/qpp-conversion-tool.git"
14
14
application = " ConversionTool"
15
15
sensitivity = " PII/PHI"
16
+ certificate_arn = " arn:aws:acm:us-east-1:003384571330:certificate/11076543-8f28-4cbd-955b-d78db666e05a"
Original file line number Diff line number Diff line change @@ -59,3 +59,13 @@ variable "sensitivity" {
59
59
variable "git-origin" {
60
60
type = string
61
61
}
62
+
63
+ variable "certificate_arn" {
64
+ description = " SSL Certificate arn for the environment"
65
+ type = string
66
+ }
67
+
68
+ variable "ssm_secret" {
69
+ description = " SSM Certificate secret for the environment"
70
+ type = string
71
+ }
Original file line number Diff line number Diff line change @@ -32,4 +32,6 @@ module "conversion-tool" {
32
32
environment = var. environment
33
33
application = var. application
34
34
git-origin = var. git-origin
35
+ certificate_arn = var. certificate_arn
36
+ ssm_secret = var. ssm_secret
35
37
}
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ owner = "qppar-final-scoring"
14
14
git-origin = " https://github.com/CMSgov/qpp-conversion-tool.git"
15
15
application = " ConversionTool"
16
16
sensitivity = " PII/PHI"
17
+ certificate_arn = " arn:aws:acm:us-east-1:003384571330:certificate/9d8f082e-c572-4a62-ab29-e2c88877471a"
Original file line number Diff line number Diff line change @@ -59,3 +59,13 @@ variable "sensitivity" {
59
59
variable "git-origin" {
60
60
type = string
61
61
}
62
+
63
+ variable "certificate_arn" {
64
+ description = " SSL Certificate arn for the environment"
65
+ type = string
66
+ }
67
+
68
+ variable "ssm_secret" {
69
+ description = " SSM Certificate secret for the environment"
70
+ type = string
71
+ }
You can’t perform that action at this time.
0 commit comments