Skip to content

Instantly share code, notes, and snippets.

View mrf's full-sized avatar

Mark Ferree mrf

View GitHub Profile
2019/10/29 12:06:54 [INFO] Terraform version: 0.12.12
2019/10/29 12:06:54 [INFO] Go runtime version: go1.12.9
2019/10/29 12:06:54 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "myplan"}
2019/10/29 12:06:54 [DEBUG] Attempting to open CLI config file: /Users/mferree/.terraformrc
2019/10/29 12:06:54 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/10/29 12:06:54 [DEBUG] checking for credentials in "/Users/mferree/.terraform.d/plugins"
2019/10/29 12:06:54 [INFO] CLI command args: []string{"apply", "myplan"}
2019/10/29 12:06:54 [TRACE] Meta.BackendForPlan: instantiated backend of type *local.Local
2019/10/29 12:06:54 [DEBUG] checking for provider in "."
2019/10/29 12:06:54 [DEBUG] checking for provider in "/usr/local/bin"
2019/10/29 12:06:57 [WARN] Provider "aws" produced an invalid plan for aws_s3_bucket.my_bucket, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .force_destroy: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .versioning: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/10/29 12:06:57 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/10/29 12:06:57 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
aws_s3_bucket.my_bucket: Creating...
aws_s3_bucket.my_bucket: Creation complete after 3s [id=testing-terraform-provider-my-bucket]
2019/10/29 12:07:00 [WARN] Provider "aws" produced an invalid plan for aws_cloudfront_distribution.s3_distribution, but we are tolerating it because it is using the legacy plugin SDK.
The
aws_cloudfront_distribution.s3_distribution: Creating...
Error: rpc error: code = Unavailable desc = transport is closing
panic: interface conversion: interface {} is nil, not map[string]interface {}
2019-10-29T11:59:55.304-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4:
2019-10-29T11:59:55.304-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: goroutine 216 [running]:
2019-10-29T11:59:55.304-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.expandRestrictions(...)
2019-10-29T11:59:55.304-0700 [DEBUG] plugin.terraform-provider-aws_v2.33.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/aws/cloudfront_distribution_configuration_structure.go:1027
@mrf
mrf / cVimrc
Last active December 11, 2018 17:20
map ? <C-/>
let blacklists = ["*://inbox.google.com/* i j k ?"]
let blacklists = ["*://mail.google.com/* i j k ?"]
@mrf
mrf / keybase.md
Last active June 23, 2016 17:17
keybase.md

Keybase proof

I hereby claim:

  • I am mrf on github.
  • I am mrf (https://keybase.io/mrf) on keybase.
  • I have a public key whose fingerprint is D9C8 F615 DEAF 9109 FB37 2ADF 9DFB 3C62 C83A C589

To claim this, I am signing this object:

@mrf
mrf / 0_reuse_code.js
Created April 15, 2014 21:37
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console