Tom Elliff-O'Shea
Tom Elliff-O'Shea
Why are you allowing untrusted users write access to your S3 buckets?
@sharanyad none of those seem to have a dimension based on task like the EKS container insights has around pods (eg `pod_cpu_utilization` in https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-metrics-EKS.html). I do notice that I can...
Apologies for the late reply, only just saw I still had this issue open. It's for users who have forgotten their passwords. Creating a one time use token for them...
I was considering looking into this but I'm not sure how I want to handle non user accounts for deployment/CI accounts and also access control if you don't just want...
https://www.terraform.io/docs/providers/aws/r/iam_user_login_profile.html and https://www.terraform.io/docs/providers/aws/r/iam_access_key.html also allow for this.
Is this still true? I thought that might be the issue when I started trying to have Terraform create an RDS instance and then add resources but it seems to...
That it fails to plan when using the postgres provider in the same Terraform config as the RDS instance and using the `aws_db_instance.resource_name.address` as the `host` for the `postgresql` provider...
I was asking if the original poster still had issues because it works fine for me as is. Unfortunately the config they pasted is too minimal to reproduce it but...
I was wrong apparently, plans before the RDS instance are created fail but you can apply out anyway and that manages the dependency order fine.
No, just a straight apply. I run my Terraform through some helper scripts but the apply command is `terraform apply -input=false -refresh=true -auto-approve=true`. It seems to delay anything to do...