Skip to content

Instantly share code, notes, and snippets.

@haidangwa
haidangwa / gist:2eb5c3618079c7c5b7ce491c8f20f6d2
Created December 17, 2020 18:44
terraform plan with aws_load_balancer_policy SSLNegotiationPolicyType
~ resource "aws_load_balancer_policy" "ssl_negotiation" {
id = "REDACTED"
load_balancer_name = "my-elb-name"
policy_name = "SSL-Negotiation-Policy-my-elb-name"
policy_type_name = "SSLNegotiationPolicyType"
- policy_attribute {
- name = "AES128-GCM-SHA256" -> null
- value = "true" -> null
}
@haidangwa
haidangwa / gist:ce81d027cc6d81b3ec23812f8c5cc08a
Created June 27, 2016 20:33
chef_ingredient fails to install opscode-push-jobs-server-1.1.6-1
Recipe: twdc_chef::push-jobs-server
* chef_ingredient[push-jobs-server] action install
* ruby_block[stop chef run] action nothing (skipped due to action :nothing)
* yum_package[push-jobs-server] action install
================================================================================
Error executing action `install` on resource 'yum_package[push-jobs-server]'
================================================================================
Chef::Exceptions::Package
@haidangwa
haidangwa / gist:88471caa7d0a61652075aaeda7512dc3
Created June 8, 2016 03:06
`terraform destroy` fail on aws_app_cookie_stickiness_policy when load balancer doesn't exist
2016/06/07 20:04:13 [DEBUG] root: eval: *terraform.EvalWriteState
2016/06/07 20:04:13 [DEBUG] root: eval: terraform.EvalNoop
2016/06/07 20:04:13 [DEBUG] root: eval: terraform.EvalNoop
2016/06/07 20:04:13 [DEBUG] root: eval: terraform.EvalNoop
2016/06/07 20:04:13 [DEBUG] vertex provider.aws (close), got dep: aws_route53_record.public_lb_alias
2016/06/07 20:04:13 [DEBUG] vertex provider.aws (close), got dep: aws_app_cookie_stickiness_policy.chef (destroy tainted)
2016/06/07 20:04:13 [DEBUG] vertex output.cluster CNAME, got dep: aws_route53_record.public_lb_alias
2016/06/07 20:04:13 [DEBUG] vertex root.output.cluster CNAME: walking
2016/06/07 20:04:13 [DEBUG] vertex root.output.cluster CNAME: evaluating
2016/06/07 20:04:13 [DEBUG] root: eval: *terraform.EvalSequence