-
Notifications
You must be signed in to change notification settings - Fork 6
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
ltc-linux-challenge > azure: issues noticed which was not stated in the readme file #2
Comments
@PhilipOyelegbin thank you for opening the issue. Let me check and will update this issue accordingly. |
Encountering the same issues. While we wait for a fix, @PhilipOyelegbin have you found a workaround? EDIT: I just changed "Dymanic" in line 42 to "Static", and was able to create the resource |
Yes, I had to update the code which resolved it.
|
Subscription ID Supporting reference: @PhilipOyelegbin The following arguments are supported: features - (Required) A features block as defined below which can be used to customize the behaviour of certain Azure Provider resources. subscription_id - (Required) The Subscription ID which should be used. This can also be sourced from the ARM_SUBSCRIPTION_ID Environment Variable. Note Link: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs Addition in azure/README.md: @rishabkumar7 Step 1: After |
Thanks @RScrafted I am testing some changes, and will update the readme. |
Hi LTC,
I noticed some setup issues in the first challenge that were not explicitly stated in the Azure readme file, which I have identified below.
subscription ID is needed as a variable
static IP allocation must be used when creating and assigning IP addresses using the "terraform apply" command, the snapshot is provided below.
Kindly check this for an updated readme document, thank you for the good job you are doing here at LTC.
The text was updated successfully, but these errors were encountered: