computesoftware-roles
ComputeSoftware/computesoftware-roles/aws
Terraform modules which creates AWS IAM roles for use with the Compute Software Platform.
Compute Software AWS IAM Roles Terraform Module Terraform modules which creates AWS IAM roles for use with the Compute Software Platform. Usage ``hcl module "computesoftware-roles" { source = "ComputeSoftware/computesoftware-roles/aws" version = "1.0.6" platform_role_external_id = " >" } ` Examples - Simple roles Inputs | Name | Description | Type | Default | Required | |---------------------------|-------------------------------------------------------------------------------------------------|--------|--------------------------------------------|----------| | platform_role_external_id | The External ID provided to you from Compute Software. | string | | yes | | discovery_role_name | Discovery IAM Role name. | string | "compute-software-discovery-role" | no | | platform_role_name | Platfo
| Name | Type | Description | Default |
|---|---|---|---|
| platform_role_external_id | string | The External ID provided to you from Compute Software. | required |
| trusted_role_arn | string | ARN used for the IAM role sts:AssumeRole principal. Defaults to Compute Software | "arn:aws:iam::734247230719:root" |
| read_only_policy_arn | string | ARN for an AWS IAM policy that gives Compute Software read only access. | "arn:aws:iam::aws:policy/ReadOnlyAccess" |
| workspaces_write_access | bool | If true, enables AWS WorkSpaces write access. | false |
| dynamodb_automation | bool | To include DynamoDB automation features, set this parameter to `true`. | false |
| discovery_role_name | string | Discovery IAM Role name. | "compute-software-discovery-role" |
| platform_role_name | string | Platform IAM Role name. | "compute-software-platform-role" |
discovery_role_arn — The IAM Role ARN for the Discovery Role.discovery_role_name — The IAM Role name for the Discovery Role.platform_role_arn — The IAM Role ARN for the Compute Software Platform Role.platform_role_name — The IAM Role name for the Compute Software Platform Role.platform_role_external_id — The External ID provided to you from Compute Software.Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Azure Verified Pattern Module for Azure Landing Zone
Terraform Azure Verified Resource Module for Key Vault
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L