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

Document support for public_network_access_enabled argument for logic_app_standard #26214

Closed
1 task done
aideenkilkelly opened this issue Jun 4, 2024 · 3 comments
Closed
1 task done

Comments

@aideenkilkelly
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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 comments along the lines of "+1", "me too" or "any updates", 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 and review the contribution guide to help.

Description

Using the public_network_access_enabled argument in logic_app_standard using the site_config block is supported since 3.87.0 of the Azure Rm provider.
This argument is not yet documented.

New or Affected Resource(s)/Data Source(s)

azurerm_logic_app_standard

Potential Terraform Configuration

resource "azurerm_logic_app_standard" "example" {
  name                = "example-logicapp"
  resource_group_name = azurerm_resource_group.example.name
  location            = azurerm_resource_group.example.location
  service_plan_id     = azurerm_app_service_plan.example.id

  site_config {
    public_network_access_enabled = false
  }
}

References

No response

@aideenkilkelly
Copy link
Author

I have a change ready to contribute for this documentation enhancement

@aideenkilkelly
Copy link
Author

This is documented in the latest version > 3.5.0

Copy link

github-actions bot commented Jul 5, 2024

I'm going to lock this issue 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 similar to this, 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 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants