-
Notifications
You must be signed in to change notification settings - Fork 52
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
AB#2578 Implement Azure IAM in terraform #562
Conversation
✅ Deploy Preview for constellation-docs canceled.
|
347830d
to
385655e
Compare
385655e
to
4043510
Compare
hack/terraform/azure/iam/readme.md
Outdated
@@ -0,0 +1,37 @@ | |||
# IAM instance for Azure |
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.
very subjective nit: I would change the filename to README.md
for consistency.
hack/terraform/azure/iam/readme.md
Outdated
```sh | ||
mkdir constellation_azure_iam | ||
cd constellation_azure_iam | ||
curl --remote-name-all https://raw.githubusercontent.com/edgelesssys/constellation/main/hack/terraform/azure/iam/{main,output,variables}.tf |
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.
This should include the lockfile .terraform.lock.hcl
. The azure terraform iam readme also misses this step.
Co-authored-by: Malte Poll <mp@edgeless.systems>
Co-authored-by: Malte Poll <mp@edgeless.systems>
Co-authored-by: Malte Poll <mp@edgeless.systems>
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.
LGTM
* AB#2578 Azure IAM init * AB#2578 Fixed application owner privileges, added docs * Add all supported providers to TF lockfile * Using service principal for role assignment in cluster resource group Co-authored-by: Malte Poll <mp@edgeless.systems> * Rephrased header for Azure Co-authored-by: Malte Poll <mp@edgeless.systems> * Registry -> Registration typo Co-authored-by: Malte Poll <mp@edgeless.systems> * Download lockfile * File name casing Co-authored-by: Malte Poll <mp@edgeless.systems>
Proposed change(s)
Checklist