Skip to content

Commit

Permalink
update after 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan-moj-zz authored Oct 25, 2018
1 parent b70ab43 commit 619d3f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ resource "kubernetes_secret" "example_team_rds" {
database_name = "${module.example_team_rds.database_name}"
database_username = "${module.example_team_rds.database_username}"
database_password = "${module.example_team_rds.database_password}"
rds_instance_address = "${module.example_team_rds.rds_instance_address}"
}
}

0 comments on commit 619d3f9

Please sign in to comment.