This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ 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 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |