Normally when you’re spinning up a new cloud9 instance, you can specify the OS (aka “platform”) so you don’t have to use AWS Linux but can use Ubuntu 18.
Is there a way to specify that in terraform using the cloud9 resource?
Normally when you’re spinning up a new cloud9 instance, you can specify the OS (aka “platform”) so you don’t have to use AWS Linux but can use Ubuntu 18.
Is there a way to specify that in terraform using the cloud9 resource?
I would also be interested in that ability
seems like the imageId field in the aws api is not implimented in aws provider. you can raise an issue in here, or even create a pull request to fix it.