File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,17 @@ variable in_id_of_db_to_clone {
32
32
}
33
33
34
34
output out_fresh_database_hostname { value = module. fresh_db . out_fresh_db_hostname }
35
- output out_fresh_database_hostport { value = module. fresh_db . out_fresh_db_hostport }
35
+ output out_fresh_database_endpoint { value = module. fresh_db . out_fresh_db_endpoint }
36
36
37
37
output out_clone_database_hostname { value = module. clone_db . out_clone_db_hostname }
38
- output out_clone_database_hostport { value = module. clone_db . out_clone_db_hostport }
38
+ output out_clone_database_endpoint { value = module. clone_db . out_clone_db_endpoint }
39
39
40
40
output out_fresh_database_username { value = module. fresh_db . out_database_username }
41
41
output out_fresh_database_password { value = module. fresh_db . out_database_password }
42
42
43
+ output out_clone_database_username { value = module. clone_db . out_database_username }
44
+ output out_clone_database_password { value = module. clone_db . out_database_password }
45
+
43
46
44
47
module fresh_db {
45
48
@@ -104,9 +107,3 @@ module resource-tags {
104
107
source = " github.com/devops4me/terraform-aws-resource-tags"
105
108
106
109
}
107
-
108
- /*
109
- variable in_id_of_db_to_clone {
110
- description = "The name of the mummy snapshot that gives birth to this (cloned) database instance."
111
- }
112
- */
You can’t perform that action at this time.
0 commit comments