jmpsf

Results 2 comments of jmpsf

I had the same problem, the correct tf snippet that worked for me was: ``` resource "aws_security_group" "whitelist" { ...removed for brevity... tags = { apps = "redacted" Name =...