-
Notifications
You must be signed in to change notification settings - Fork 140
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
feat(container-registry): add OVHcloud IAM feature for Managed Registry #907
base: master
Are you sure you want to change the base?
feat(container-registry): add OVHcloud IAM feature for Managed Registry #907
Conversation
|
||
# ovh_cloud_project_containerregistry_iam (Data Source) | ||
|
||
Use this data source to get a OVHcloud Managed Private Registry through OVHcloud IAM. |
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.
We should rephrase this
if err != nil { | ||
return fmt.Errorf("calling get %s %w", endpoint, err) | ||
} | ||
for k, v := range res.ToMap() { |
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.
for k, v := range res.ToMap() { | |
for k, v := range res.ToMap() { |
Optional: true, | ||
ForceNew: true, | ||
}, | ||
"iam_enable": { |
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.
"iam_enable": { | |
"iam_enabled": { |
?
return fmt.Errorf("calling get %s %w", endpoint, err) | ||
} | ||
for k, v := range res.ToMap() { | ||
if k == "iam_enable" { |
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.
if k == "iam_enable" { | |
if k == "iam_enabled" { |
?
if err != nil { | ||
return fmt.Errorf("calling get %s %w", endpoint, err) | ||
} | ||
for k, v := range res.ToMap() { |
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.
for k, v := range res.ToMap() { | |
for k, v := range res.ToMap() { |
if len(splitId) != 2 { | ||
return nil, fmt.Errorf("import Id is not service_name/registryId formatted") | ||
} | ||
serviceName := splitId[0] |
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.
serviceName := splitId[0] | |
serviceName := splitId[0] |
} | ||
serviceName := splitId[0] | ||
registryID := splitId[1] | ||
d.SetId(serviceName + "/" + registryID) |
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.
d.SetId(serviceName + "/" + registryID) | |
d.SetId(serviceName + "/" + registryID) |
|
||
d.SetId(serviceName + "/" + registryID) | ||
|
||
log.Printf("[DEBUG] Read registry %+v", res) |
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.
log.Printf("[DEBUG] Read registry %+v", res) | |
log.Printf("[DEBUG] Read registry %+v", res) | |
…ry product Terraform is able to enable/disable OVHcloud IAM feature for Managed Registry product
8d48a11
to
edfbe4e
Compare
Description
Add resource cloud_project_containerregistry_iam
This make iam actions on Managed Registry available through Terraform.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Test A: make testacc TESTARGS="-run TestAccCloudProjectContainerRegistryIAMDataSource_basic"
Test Configuration:
Terraform version: terraform version: Terraform vx.y.z
Existing HCL configuration you used:
Checklist:
My code follows the style guidelines of this project
Comments
As those routes are not yet available publicly, can you contact PU.PLATFORM | Managed Kubernetes/Registry/Rancher before merging. @erwan morvan