-
Notifications
You must be signed in to change notification settings - Fork 281
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
Implement new resource "AWS Service Endpoint" #48
Comments
Migrated from #370 (comment)
@phillebaba Thanks for you contribute, wonderful work. I'm not experience with AWS, I guess that |
Migrated from #370 (comment) So I implemented an AWS service endpoint resource. The only thing that does not seem to work are the confidential values. The paramters |
Migrated from #370 (comment) @phillebaba I assign this task to you. |
Migrated from #370 (comment) Potential HCL config:
|
Migrated from #370 (comment) @phillebaba We use Terraform acceptance test framework for testing, acceptance test will create real resource and destroy it after test finished (Acceptance Test Document). You don't need to judge whether the organization has installed the aws-toolkit-extension. When required resource not found, service API will return an error and acceptance test failed. |
Migrated from #370 (comment) @xuzhang3 I made the changes so that the state is not out of sync all the time. I am not familiar with how your testing environment looks like though. Should I go ahead and implement a test that just assumes that aws-toolkit-azure-devops is installed? |
Migrated from #370 (comment) I looked a bit closer at how the other resources did and realized that they do not store the secret as it is not returned by the API. Instead they use a custom diff function and a hash of the secret to detect when any changes are made. I will change my secrets handling to it works in the same way, and I guess it should work. |
@phillebaba Can you comment on this issue so I can assign you back? Context: isaacs/github#100 (comment) |
Thank you for moving the PR! Did not know you could do this in Github. |
@phillebaba We can only move the issues, cannot move the PR, you need submit another :D |
Oh, I was a bit too optimistic there I guess. Sorry for not getting to this earlier, but I have had a lot on my plate the last two weeks. Now there is a PR in the correct repo with the same changes. |
We can close this issue, as the PR has been merged. |
Migrated from #370
Originally created by @simongottschlag on Tue, 09 Jun 2020 21:02:33 GMT
Community Note
Description
Implement AWS Service Endpoint.
New or Affected Resource(s)
References
https://github.com/aws/aws-toolkit-azure-devops
https://aws.amazon.com/vsts/
The text was updated successfully, but these errors were encountered: