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

Add enable_smtp setting for scaleway_vpc_public_gateway #1351

Closed
Timost opened this issue Jun 30, 2022 · 1 comment · Fixed by #1357
Closed

Add enable_smtp setting for scaleway_vpc_public_gateway #1351

Timost opened this issue Jun 30, 2022 · 1 comment · Fixed by #1357
Assignees
Labels
enhancement vpc Virtual Private Cloud (VPC) issues, bugs and feature requests
Milestone

Comments

@Timost
Copy link

Timost commented Jun 30, 2022

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

The API now supports an enable_smtp field on the public gateway.
It would be great if the terraform provider supported this field

New or Affected Resource(s)

  • scaleway_vpc_public_gateway

Potential Terraform Configuration

resource "scaleway_vpc_public_gateway" "main" {
    name = "public_gateway_demo"
    type = "VPC-GW-S"
    tags = ["demo", "terraform"]
    enable_smtp = true
}
@remyleone remyleone self-assigned this Jul 5, 2022
@remyleone remyleone linked a pull request Jul 5, 2022 that will close this issue
@remyleone remyleone added this to the v2.3.0 milestone Jul 5, 2022
@Timost
Copy link
Author

Timost commented Jul 8, 2022

❤ thank you ! 🙏

@remyleone remyleone added the vpc Virtual Private Cloud (VPC) issues, bugs and feature requests label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement vpc Virtual Private Cloud (VPC) issues, bugs and feature requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants