File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -34,26 +34,8 @@ variable "pg_version" {
3434 default = null
3535}
3636
37- variable "sm_service_plan" {
38- type = string
39- description = " Secrets Manager plan"
40- default = " trial"
41- }
42-
4337variable "service_credentials" {
4438 description = " A list of service credentials that you want to create for the database"
4539 type = list (string )
4640 default = [" postgressql_credential_microservices" , " postgressql_credential_dev_1" , " postgressql_credential_dev_2" ]
4741}
48-
49- variable "existing_sm_instance_guid" {
50- type = string
51- description = " Existing Secrets Manager GUID. If not provided an new instance will be provisioned"
52- default = null
53- }
54-
55- variable "existing_sm_instance_region" {
56- type = string
57- description = " Required if value is passed into var.existing_sm_instance_guid"
58- default = null
59- }
You can’t perform that action at this time.
0 commit comments