{ "version": 4, "terraform_version": "1.7.8", "serial": 301, "lineage": "e8561619-ddd0-7a41-afb4-503c3a5243e3", "outputs": { "db_endpoint": { "value": "db-4.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-4001be61d1b0ccbaf", "ami": "ami-67fbfef1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4631f32a"], "subnet_id": "subnet-2e133d7b", "key_name": "prod-deploy-key" } } ] } ] }