Malte S. Stretz

Results 15 issues of Malte S. Stretz

### Describe the Bug This is from our recent tests trying to upgrade to v1.160.2: ``` 15:36:28 + atmos terraform clean wms-base --stack wms-za01-development 15:36:38 ERRO 'wms-base' points to the...

bug

### Summary In #2275 support was added to create multi-tenant capable oracle RDS instances. To create the actual tenants aka PDBs one has to use the [create_tenant_database](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/rds/client/create_tenant_database.html) API. The `rds_instance`...

feature

### Describe the Feature In an abstract component you can define a value for `metadata.component`. That one is completely ignored though and the real component will fall back to the...

### Describe the Feature The documentation at https://atmos.tools/core-concepts/stacks/define-components/#terraform-schema rightly specifies the `metadata` (and thus also `metadata.component`) section as optional. It doesn't say though what the default value in that case...

### Describe the Feature The `terraform.state` feature introduced with v1.183 sounds like an interesting feature which could eliminate some of our performance issues with `terraform.output`. Since we use the HTTP...