Thayne McCombs
Thayne McCombs
I guess that might work. Although, it is rather more complicated in a CI/CD environment, since instead of just setting environment variables, you have to inject files. One of which...
Could you elaborate how that would solve this.
That is still a pretty complicated workaround. And it may not be possible. What if the CI user's home directory isn't writable? And I'm not sure if it is possible...
Are there any plans for a Play 3 any time in the near future?
I just got this with the event: ``` Event: ct\",\n \"s3:Get*\"\n ],\n \"Resource\": [\n \"arn:aws:s3:::lucid-chef-backup-preprod/event/*\",\n \"arn:aws:s3:::lucid-chef-backup-preprod/event\"\n ]\n },\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"s3:ListBucket\",\n \"Resource\": [\n \"arn:aws:s3:::lucidbag-lucidchart-preprod\",\n \"arn:aws:s3:::lucid-chef-backup-preprod\"\n ]\n...
In my real application, the value of target in tfstate after first apply was: ``` [ "\"3z1fjzgxsdy86ky8szvm6gwtxndz6mm0\"", "\"google-site-verification=pUccO5tWSRUD5eVkunk5MFAA3B-G-_c5Yh75tSLdjYE\"", "\"v=spf1 include:usb._netblocks.mimecast.com include:mktomail.com include:email.influitive.com ~all\"" ] ``` The config was in the...
Any progress on this?
Is there some way that it could optimistically use a symlink, then in the uncommon case where the module does use a `local_file` or `local-exec` provisioner, it does a copy...
> Unfortunately it's possible for any provider to write files to disk if written to do so, and so I'm not sure that just sniffing for uses of the hashicorp/local...
I'd be good with adding that functionality, although I'm not entirely sure what that would looke like? Do you have any ideas on the design of the feature, or even...