Skip to content

Instantly share code, notes, and snippets.

dynamic "statement" {
for_each = [for s in var.additional_bucket_policy_statements : {
sid = lookup(s, "sid", null)
effect = lookup(s, "effect", null)
actions = lookup(s, "actions", null)
resources = lookup(s, "resources", null)
principals = lookup(s, "principals", null)
condition = lookup(s, "condition", null)
}]

Keybase proof

I hereby claim:

  • I am sunckell on github.
  • I am sunckell (https://keybase.io/sunckell) on keybase.
  • I have a public key ASCwxLWdpL_spgT8k0yfTidN31LTE23B4QL2vBTLs5ROrAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am sunckell on github.
  • I am sunckell (https://keybase.io/sunckell) on keybase.
  • I have a public key ASDUkBBWtQtY8D4JCbKG4l6lMDHb-2LfeCsV4d_6NRAkRgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am sunckell on github.
  • I am sunckell (https://keybase.io/sunckell) on keybase.
  • I have a public key whose fingerprint is 19B0 B806 C7EE 60E8 976A E64D 4782 0F87 1C51 7E8D

To claim this, I am signing this object:

@sunckell
sunckell / gist:5ad3d9f30ffd99af75e54e97a6b4d7c6
Created June 28, 2016 17:32
overwrite configuration in vsphere post-processor broken
2016/06/28 13:17:08 packer.exe: 2016/06/28 13:17:08 Starting ovftool with parameters: --noSSLVerify=true --acceptAllEulas --name="myname" --datastore="mydatastore" --diskMode="thin" --network="mynetwork" --vmFolder="myfolder" packer-rhel-7.2-x86_64-automation-base-vmware\rhel-7.2-x86_64-automation-base.vmx "vi://myusername:mypassword@myhost:443/mydatacenter/host/mycluster" --overwrite
==> vmware-iso: Running post-processor: vsphere
vmware-iso (vsphere): Uploading packer-rhel-7.2-x86_64-automation-base-vmware\rhel-7.2-x86_64-automation-base.vmx to vSphere
vmware-iso (vsphere): Uploading packer-rhel-7.2-x86_64-automation-base-vmware\rhel-7.2-x86_64-automation-base.vmx to vSphere
2016/06/28 13:17:08 Deleting original artifact for build 'vmware-iso'
2016/06/28 13:17:08 ui error: Build 'vmware-iso' errored: 1 error(s) occurred:
* Post-processor failed: Failed: exit status 1
Stdout: Error: Unexpected option: --overwrite
Completed with errors