ec2-pricing
bendrucker/ec2-pricing/aws
Terraform module that uses the AWS Pricing API to query EC2 instance type attributes
terraform-aws-ec2-pricing  > Terraform module that uses the AWS Pricing API to query EC2 instance type attributes Usage ``tf module "instance" { source = "bendrucker/ec2-pricing/aws" instance_type = "m5.large" } ` The module exposes outputs that describe key attributes of the specified instance type. These values are helpful for creating monitoring or resource quotas that are defined relative to the instance's capacity. For example, you might pass these along to a kubernetes_resource_quota in order to assign a percentage of cluster capacity to a namespace: `tf locals { # allow developers to use 80% of worker resources # reserve the remaining 20% for system components deve
| Name | Type | Description | Default |
|---|---|---|---|
| instance_type | string | EC2 instance type for which attributes will be fetched | required |
cpus — Number of CPU cores available on the instancememory — Memory available on the instance, in gibibytes (GiB)Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,