{ "version": 4, "terraform_version": "1.8.9", "serial": 412, "lineage": "c9d74e69-3ad2-c720-0aa0-c40a345702ef", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-4d27782d0e78516fc", "ami": "ami-1d416334", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-09d1f62c"], "subnet_id": "subnet-9e56202c", "key_name": "prod-deploy-key" } } ] } ] }