Skip to content

Commit

Permalink
use "${}" in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
k24d committed Feb 14, 2020
1 parent 0b501e5 commit fad95a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/amplify_backend_environment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_amplify_app" "app" {
}
resource "aws_amplify_backend_environment" "prod" {
app_id = aws_amplify_app.app.id
app_id = "${aws_amplify_app.app.id}"
environment_name = "prod"
deployment_artifacts = "app-prod-deployment"
Expand Down

0 comments on commit fad95a0

Please sign in to comment.