-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Pci 1828 fix more complicated match
- Loading branch information
Showing
6 changed files
with
137 additions
and
46 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#! /usr/bin/sh | ||
# DO NOT EDIT. Generated by terravalet. | ||
# terravalet_output_format=2 | ||
# | ||
# This script will move 5 items. | ||
|
||
set -e | ||
|
||
terraform state mv -lock=false -state=local.tfstate \ | ||
'module.prometheus_instance.aws_instance.instance' \ | ||
'module.prometheus.aws_instance.prometheus' | ||
|
||
terraform state mv -lock=false -state=local.tfstate \ | ||
'module.prometheus_instance.aws_route53_record.internal' \ | ||
'aws_route53_record.private["prometheus"]' | ||
|
||
terraform state mv -lock=false -state=local.tfstate \ | ||
'module.prometheus_instance.aws_security_group_rule.extra_rules["reverseproxy_to_prometheus_pushprox"]' \ | ||
'aws_security_group_rule.reverseproxy_to_prometheus_pushprox' | ||
|
||
terraform state mv -lock=false -state=local.tfstate \ | ||
'module.prometheus_instance.aws_volume_attachment.volumes["/dev/xvdh"]' \ | ||
'module.prometheus.aws_volume_attachment.storage_attach' | ||
|
||
terraform state mv -lock=false -state=local.tfstate \ | ||
'module.prometheus_instance.null_resource.provision' \ | ||
'module.prometheus.null_resource.provision_prometheus' | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# aws_route53_record.private["prometheus"] will be destroyed | ||
# aws_security_group_rule.reverseproxy_to_prometheus_pushprox will be destroyed | ||
# null_resource.configure_alerts will be created | ||
# null_resource.provision_monitor_in_nginx must be replaced | ||
# module.prometheus.aws_instance.prometheus will be destroyed | ||
# module.prometheus.aws_volume_attachment.storage_attach will be destroyed | ||
# module.prometheus.null_resource.configure_alerts will be destroyed | ||
# module.prometheus.null_resource.provision_prometheus will be destroyed | ||
# module.prometheus_instance.aws_instance.instance will be created | ||
# module.prometheus_instance.aws_route53_record.internal will be created | ||
# module.prometheus_instance.aws_security_group_rule.extra_rules["reverseproxy_to_prometheus_pushprox"] will be created | ||
# module.prometheus_instance.aws_volume_attachment.volumes["/dev/xvdh"] will be created | ||
# module.prometheus_instance.null_resource.provision will be created |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#! /usr/bin/sh | ||
# DO NOT EDIT. Generated by terravalet. | ||
# terravalet_output_format=2 | ||
# | ||
# This script will move 5 items. | ||
|
||
set -e | ||
|
||
terraform state mv -lock=false -state=local.tfstate \ | ||
'aws_route53_record.private["prometheus"]' \ | ||
'module.prometheus_instance.aws_route53_record.internal' | ||
|
||
terraform state mv -lock=false -state=local.tfstate \ | ||
'aws_security_group_rule.reverseproxy_to_prometheus_pushprox' \ | ||
'module.prometheus_instance.aws_security_group_rule.extra_rules["reverseproxy_to_prometheus_pushprox"]' | ||
|
||
terraform state mv -lock=false -state=local.tfstate \ | ||
'module.prometheus.aws_instance.prometheus' \ | ||
'module.prometheus_instance.aws_instance.instance' | ||
|
||
terraform state mv -lock=false -state=local.tfstate \ | ||
'module.prometheus.aws_volume_attachment.storage_attach' \ | ||
'module.prometheus_instance.aws_volume_attachment.volumes["/dev/xvdh"]' | ||
|
||
terraform state mv -lock=false -state=local.tfstate \ | ||
'module.prometheus.null_resource.provision_prometheus' \ | ||
'module.prometheus_instance.null_resource.provision' | ||
|