Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Added appsync visibility option, bump AWS provider version to 5.x #50

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

itaywol
Copy link
Contributor

@itaywol itaywol commented Jun 3, 2023

Description

AWS added a feature to AppSync to allow creating private APIs (link to the article).
Corresponding to that a PR hashicorp merged into release 5.1.0 of terraform-provider-aws.

In my PR i have added the visibility option to the appsync module.

Motivation and Context

It adds a missing feature.

Breaking Changes

None.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@itaywol itaywol changed the title add appsync visibility option feat: add appsync visibility option Jun 3, 2023
@itaywol itaywol changed the title feat: add appsync visibility option feat: Add appsync visibility option Jun 3, 2023
@itaywol
Copy link
Contributor Author

itaywol commented Jun 4, 2023

@antonbabenko Kindly review this please 🙏🏻

variables.tf Outdated
variable "visibility" {
description = "The API visibility. Valid values: GLOBAL, PRIVATE."
type = string
default = "GLOBAL"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
default = "GLOBAL"
default = null

variables.tf Outdated
type = string
default = "GLOBAL"

validation {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this validation block completely.

@antonbabenko antonbabenko changed the title feat: Add appsync visibility option feat!: Added appsync visibility option, bump AWS provider version to 5.x Jun 5, 2023
@antonbabenko antonbabenko merged commit 6fd4bb4 into terraform-aws-modules:master Jun 5, 2023
antonbabenko pushed a commit that referenced this pull request Jun 5, 2023
## [2.0.0](v1.8.0...v2.0.0) (2023-06-05)

### ⚠ BREAKING CHANGES

* Added appsync visibility option, bump AWS provider version to 5.x (#50)

### Features

* Added appsync visibility option, bump AWS provider version to 5.x ([#50](#50)) ([6fd4bb4](6fd4bb4))
@antonbabenko
Copy link
Member

This PR is included in version 2.0.0 🎉

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants