Supprimer terraform.tfstate

This commit is contained in:
corenthin 2025-09-04 23:16:21 +02:00
parent 58e0c66958
commit a17b3de872

View File

@ -1,125 +0,0 @@
{
"version": 4,
"terraform_version": "1.12.1",
"serial": 2,
"lineage": "35ee9084-4e94-9c69-d600-692b8a61814f",
"outputs": {
"summary": {
"value": {
"node": "pve",
"total_lxc": 1,
"total_vms": 0
},
"type": [
"object",
{
"node": "string",
"total_lxc": "number",
"total_vms": "number"
}
]
}
},
"resources": [
{
"mode": "managed",
"type": "proxmox_lxc",
"name": "container",
"provider": "provider[\"registry.terraform.io/telmate/proxmox\"]",
"instances": [
{
"index_key": "testterraform",
"schema_version": 0,
"attributes": {
"arch": "amd64",
"bwlimit": 0,
"clone": null,
"clone_storage": null,
"cmode": "tty",
"console": true,
"cores": 1,
"cpulimit": 0,
"cpuunits": 1024,
"current_node": "pve",
"description": "",
"features": [],
"force": false,
"full": null,
"hagroup": "",
"hastate": "",
"hookscript": "",
"hostname": "testterraform",
"id": "pve/lxc/134",
"ignore_unpack_errors": false,
"lock": "",
"memory": 512,
"mountpoint": [],
"nameserver": "8.8.8.8 8.8.4.4",
"network": [
{
"bridge": "vmbr0",
"firewall": false,
"gw": "192.168.1.1",
"gw6": "",
"hwaddr": "BC:24:11:09:CC:A0",
"id": 0,
"ip": "192.168.1.110/24",
"ip6": "",
"mtu": 0,
"name": "eth0",
"rate": 0,
"tag": 0,
"trunks": "",
"type": "veth"
}
],
"onboot": true,
"ostemplate": "local:vztmpl/ubuntu-22.04-standard_22.04-1_amd64.tar.zst",
"ostype": "ubuntu",
"password": "Test_123",
"pool": null,
"protection": false,
"restore": false,
"rootfs": [
{
"acl": false,
"quota": false,
"replicate": false,
"ro": false,
"shared": false,
"size": "8G",
"storage": "local",
"volume": "local:134/vm-134-disk-0.raw"
}
],
"searchdomain": "",
"ssh_public_keys": null,
"start": true,
"startup": "",
"swap": 512,
"tags": "",
"target_node": "pve",
"template": false,
"timeouts": null,
"tty": 2,
"unique": false,
"unprivileged": true,
"unused": [],
"vmid": 134
},
"sensitive_attributes": [
[
{
"type": "get_attr",
"value": "password"
}
]
],
"identity_schema_version": 0,
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxMjAwMDAwMDAwMDAwLCJkZWZhdWx0IjoxMjAwMDAwMDAwMDAwLCJkZWxldGUiOjEyMDAwMDAwMDAwMDAsInJlYWQiOjEyMDAwMDAwMDAwMDAsInVwZGF0ZSI6MTIwMDAwMDAwMDAwMH19"
}
]
}
],
"check_results": null
}