{ "version": 4, "terraform_version": "1.7.8", "serial": 266, "lineage": "6ee8e4ea-12d2-c3e0-5058-dcaae40a2509", "outputs": { "db_endpoint": { "value": "db-0.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-63c45f1d8ee1ab9a5", "ami": "ami-d6c564ff", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-eb5d48b4"], "subnet_id": "subnet-fda88241", "key_name": "prod-deploy-key" } } ] } ] }