{ "version": 4, "terraform_version": "1.5.3", "serial": 255, "lineage": "d5081746-2f88-6f33-3e9b-6d6c08e5fca0", "outputs": { "db_endpoint": { "value": "db-2.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-5865632e98a7c4ac7", "ami": "ami-e07425cb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1b91ffa8"], "subnet_id": "subnet-4dab1eb2", "key_name": "prod-deploy-key" } } ] } ] }