-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Add Outpost attribute Support to all relevant resources #12302
Comments
I'll have time to take on some of these tasks. Would you prefer it in my current pull request #12097 or would you prefer a new PR per resource? |
I think that a PR per resource would be best.
…On Tue, Mar 10, 2020, 15:01 John Barney ***@***.***> wrote:
I'll have time to take on some of these tasks. Would you prefer it in my
current pull request #12097
<#12097>
or would you prefer a new PR per resource?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12302>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIA2W7RGQPTMCAD2VO3MQA3RGY23BANCNFSM4LDNTIOQ>
.
|
Both resource_aws_instance and resource_aws_network_interface do not support outpost_arn parameter in the AWS API. I believe they inherit from being assigned to a subnet with outpost_arn assigned. |
Now that I have access to an Outpost, I've verified the above. Only Subnet and EBS Volume accept outpost_arn. |
seems like it, but they have a read only field that can be set to computed. |
Good point. Added to my Instance PR to include this. Will add it to ENI as well. |
Now that you guys have Outpost access (I think you guys actually have access to the same one I do), please let me know what resources I can contribute without duplicating efforts with your team. I'm working on the back end to get approval for continued support for this ticket. |
Hi @johnbarney 👋 If you're able and willing, it might be great for you to pick up the EC2 Local Gateway Virtual Interface (Group) data source support! The implementation for those will be similar to your previous (much appreciated!) contributions. 🎉 The EC2 API just added some additional EC2 Subnet + COIP support, which I created separate issues for: #13170 / #13171 We also may want to consider closing this issue and creating separate ones for the remaining functionality, just so we can more easily assign folks and have good definitions for "done". For now I'll leave it though. |
Hi folks 👋 Please note that this issue is being split to ensure we have a definition of done for each unit of work since "support all X" issues tend to introduce scope creep over time. I have created the following feature request issues:
If you have needs for other enhancements, please create new GitHub issues following the feature request template. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
Add outpost to all relevant resources
New or Affected Resource(s)
data_source_aws_subnet
- add outpost support to subnet resource #12097data_source_aws_instance
- Add outpost_arn to instance datasource #12330data_source_aws_ebs_volume
- add outpost_arn field to data_source_aws_ebs_volume & resource_aws_ebs_volume #12439data_source_aws_network_interface
- add outpost_arn field to data_source_aws_network_interface #12440resource_aws_subnet
- add outpost support to subnet resource #12097resource_aws_ebs_volume
- add outpost_arn field to data_source_aws_ebs_volume & resource_aws_ebs_volume #12439resource_aws_instance
resource_aws_network_interface
resource_aws_emr_cluster
References
https://aws.amazon.com/about-aws/whats-new/2019/12/announcing-general-availability-of-aws-outposts/
The text was updated successfully, but these errors were encountered: