-
The user is expected to provide the master key mnemonic for deployment flexibility (https://github.com/api3dao/airnode/issues/242).
As an alternative, allow the user to use a private key that is stor…
-
### Terraform Version
Terraform v0.12.9
### Affected Resource(s)
Please list the resources as a list, for example:
- postgresql_role
### Terraform Configuration Files
```resource "postgresql…
-
Currently `terragrunt-atlantis-config` is actually invoking the terragrunt function `sops_decrypt_file`. When we have thousands of small secret files with `sops_decrypt_file`, it would be great that t…
-
Hello! I like this project and would like to give some data to help improve it. There's a scenario where I'd like to be able to use `tfautomv`.
```
# aws_sqs_queue.backup_queues["statstracking-v…
-
### Terraform Core Version
1.2.9
### AWS Provider Version
4.64.0
### Affected Resource(s)
aws_rds_cluster resource
### Expected Behavior
According to the following doc: https://re…
-
## Describe the Bug
In version `0.38.7` you could specify different subnets for the replicas. This would result in a db subnet group being created specifically for the replica and assigned to it:
…
-
When running AWS SDK commands on an instance launched by EC2, the ~/.aws/credentials file is not required. Instead, the effective credentials for that instance can be retrieved from a private web serv…
-
To reproduce, in a new empty directory run `pulumi new aws-typescript`.
Update `index.ts` with the following:
```typescript
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pul…
-
The `module.aft_account_request_framework` would be useful to output because of these 4 outputs
```hcl
module.aft_account_request_framework.aft_vpc_id
module.aft_account_request_framework.aft_vpc…
-
Similar to #1466 I'd like to be able to use the aws-cli to encrypt/decrypt objects stored in an S3 bucket using Client-Side encryption, encrypted with a KMS key. This is possible via the various SDKs …