Skip to content

Commit

Permalink
r/aws_amplify_app: Document 'WEB_DYNAMIC' value for 'platform'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Nov 21, 2022
1 parent 300fbef commit cb3b231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/amplify_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The following arguments are supported:
* `environment_variables` - (Optional) Environment variables map for an Amplify app.
* `iam_service_role_arn` - (Optional) AWS Identity and Access Management (IAM) service role for an Amplify app.
* `oauth_token` - (Optional) OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key. The OAuth token is not stored.
* `platform` - (Optional) Platform or framework for an Amplify app. Valid values: `WEB`, `WEB_COMPUTE`.
* `platform` - (Optional) Platform or framework for an Amplify app. Valid values: `WEB`, `WEB_COMPUTE`. Default value: `WEB`.
* `repository` - (Optional) Repository for an Amplify app.
* `tags` - (Optional) Key-value mapping of resource tags. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.

Expand Down

0 comments on commit cb3b231

Please sign in to comment.