Skip to content

Commit 9a21fa9

Browse files
committed
feat: initial commit - addition of example
1 parent 7d5885b commit 9a21fa9

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

examples/complete/variables.tf

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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-
4337
variable "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-
}

0 commit comments

Comments
 (0)