-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial Setup Iac Repository #28
Conversation
TF_VAR_rp_service_principal_object_id: ${{ secrets.rpServicePrincipalObjectId }} | ||
TF_VAR_vm_admin_password: ${{ secrets.vmAdminPassword }} | ||
TF_VAR_domain_join_password: ${{ secrets.domainJoinPassword }} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arc IaC Automation generated
Next steps:
- If you use GitHub runner, you need to delete this line(runs-on: [self-hosted]), uncomment the line(runs-on: [windows-latest]) and then resolve this comment
- If you use self-hosted runner, just resolve this comment:)
If you have any problem, please file an issue or contact arcIaCSupport@microsoft.com
dev/testinstance/main.tf
Outdated
@@ -0,0 +1,64 @@ | |||
# module "base" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arc IaC Automation generated
Next steps:
- Please fill these parameters, parameter definition can be found here
- After fill and commit, resolve this comment and merge the pull request
If you have any problem, please file an issue or contact arcIaCSupport@microsoft.com
@@ -0,0 +1,7 @@ | |||
stage,siteId,location,domainFqdn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arc IaC Automation generated
Next steps:
- Fill the csv file and commit, the struct of the csv file can be found on here
- Wait for the scale workflow run, and then resolve this comment and merge the pull request
If you have any problem, please file an issue or contact arcIaCSupport@microsoft.com
Terraform plan run for
|
2 similar comments
Terraform plan run for
|
Terraform plan run for
|
Initial Setup Iac Repository