{ "version": 4, "terraform_version": "1.5.7", "serial": 173, "lineage": "e9dc485e-334b-9a05-8a7b-a511d789062c", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b1e9993001926da92", "ami": "ami-694b7a52", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b25c9bdf"], "subnet_id": "subnet-b32ed2a3", "key_name": "prod-deploy-key" } } ] } ] }