You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
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 "me too" comments, 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
Terraform (and AzureStack Provider) Version
Terraform v0.13.3
Azurestack v1.0.0
Affected Resource(s)
resource "azurestack_network_interface
Description
network_security_group_id argument is missing in Azurestack 1.0.0 with no documents.
Output
Error: Unsupported argument
on modules/bastion/main.tf line 63, in resource "azurestack_network_interface" "bastion":
63: network_security_group_id = azurestack_network_security_group.bastion_ssh.id
An argument named "network_security_group_id" is not expected here.
Steps to Reproduce
terraform apply
dgraham66, ephrain1021, gnewsham, jsburckhardt, jonstevecg and 2 more