Initialize Terraform state files for Hetzner Cloud firewall configuration, including backup state with existing firewall rules.
This commit is contained in:
54
terraform/terraform.tfstate.backup
Normal file
54
terraform/terraform.tfstate.backup
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"version": 4,
|
||||
"terraform_version": "1.14.3",
|
||||
"serial": 1,
|
||||
"lineage": "2f42bf18-041f-78d9-24cc-d9a193bc3daf",
|
||||
"outputs": {},
|
||||
"resources": [
|
||||
{
|
||||
"mode": "managed",
|
||||
"type": "hcloud_firewall",
|
||||
"name": "production_fw",
|
||||
"provider": "provider[\"registry.terraform.io/hetznercloud/hcloud\"]",
|
||||
"instances": [
|
||||
{
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"apply_to": [],
|
||||
"id": "10322075",
|
||||
"labels": {},
|
||||
"name": "production-fw",
|
||||
"rule": [
|
||||
{
|
||||
"description": "",
|
||||
"destination_ips": [],
|
||||
"direction": "in",
|
||||
"port": "",
|
||||
"protocol": "icmp",
|
||||
"source_ips": [
|
||||
"0.0.0.0/0",
|
||||
"::/0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "",
|
||||
"destination_ips": [],
|
||||
"direction": "in",
|
||||
"port": "80-85",
|
||||
"protocol": "tcp",
|
||||
"source_ips": [
|
||||
"0.0.0.0/0",
|
||||
"::/0"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"identity_schema_version": 0,
|
||||
"private": "bnVsbA=="
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"check_results": null
|
||||
}
|
||||
Reference in New Issue
Block a user