hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.78k stars 9.14k forks source link

MediaConnect support #26494

Open flaker opened 2 years ago

flaker commented 2 years ago

Community Note

Description

Hi,

I see in https://github.com/hashicorp/terraform-provider-aws/issues/7217 that there was at least the beginning of MediaConnect support to define Flows, Sources, etc. But seems like it didn't make it into the provider?

It it somewhere in the roadmap to get support for it?

Thank you.

New or Affected Resource(s)

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

flaker commented 2 years ago

wow, popular topic it seems. πŸ‘

dkujawski commented 1 year ago

I am working on this now. Design doc is being reviewed with the team at Hashicorp. We are hoping to move pretty quickly with it. I will link this issue in the PR when it's ready.

flaker commented 1 year ago

Hello @dkujawski ,

Just took a look at the newest version of the provider and noticed some MediaLive resources showing up (inputs, channels, etc). Is that part of your work? just to know if this is indeed moving. I am working on a set of scripts to do the stuff I need, but would much prefer to use TF.

Thank you.