#terraform-0_12 (2020-02)
Discuss upgrading to terraform 0.12
Archive: https://archive.sweetops.com/terraform-0_12/
2020-02-19
got this implemented
Recorded by juliosueiras
2020-02-20
That’s really cool. What plugin(s) were you using?
2020-02-21
@scorebot help keep tabs!
@scorebot has joined the channel
Thanks for adding me emojis used in this channel are now worth points.
Wondering what I can do? try @scorebot help
2020-02-24
Hi, I’m using this module output : https://github.com/cloudposse/terraform-aws-rds-cluster/blob/master/outputs.tf#L52 to feed into aother cluster SG for replication
Terraform module to provision an RDS Aurora cluster for MySQL or Postgres - cloudposse/terraform-aws-rds-cluster
and I have this :
sg-us-east-2-replica = join("", module.datamart_replica_us_east_2.cluster_security_groups)
Terraform module to provision an RDS Aurora cluster for MySQL or Postgres - cloudposse/terraform-aws-rds-cluster
but I keep getting
module.datamart_replica_us_east_2.cluster_security_groups is tuple with 1 element
no matter what I do .*
, [0]
, [*]
WTH is soooo special about this…
2020-02-26
The try function tries to evaluate a sequence of expressions given as arguments and returns the result of the first one that does not produce any errors.