{ "version": 4, "terraform_version": "1.6.2", "serial": 533, "lineage": "ffca9970-fd1b-e8f8-5b0b-ba288f3733b8", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-bfe8a4c0bafe0e9d1", "ami": "ami-fefc0af7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-223e9a92"], "subnet_id": "subnet-ed857e21", "key_name": "prod-deploy-key" } } ] } ] }