Manage Environments, Modify Container Profiles, Look up Stacks - all via Terraform
Manage Environments via Terraform
aptible_environment
resources can now be managed through Terraform. Learn more here about resource attributes and configuration.
Modify Container Profiles via Terraform
container_profile
can now be modified for App services and Databases through Terraform. This can be used to select a workload-appropriate Container Profile for a given service: General Purpose, CPU Optimized, or RAM Optimized. Learn more here about resource attributes and configuration.
Modifiable Container Profiles are only available on Dedicated Stacks with Enforced Resources Allocation (aka enabled CPU Limits & Memory Limits). Learn more here
Look up Stacks via Terraform
aptible_stack
data sources are now available through Terraform. This can be used to look up Stacks by name. Learn more here about resource attributes.