Skip to content

Commit

Permalink
Merge pull request #27925 from hashicorp/f-aws_amplify_app-WEB_COMPUTE
Browse files Browse the repository at this point in the history
Add support for AWS Amplify `WEB_DYNAMIC` platform type
  • Loading branch information
ewbankkit authored Nov 21, 2022
2 parents ab7fc3f + 891294b commit 260ded5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/27925.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_amplify_app: Add support for `WEB_COMPUTE` `platform` value in support of [Next.js web apps](https://docs.aws.amazon.com/amplify/latest/userguide/ssr-Amplify-support.html)
```
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`.
* `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 260ded5

Please sign in to comment.