{ "version": 4, "terraform_version": "1.7.9", "serial": 282, "lineage": "e19ba817-91fb-f67e-f53b-973f6fc5437c", "outputs": { "db_endpoint": { "value": "db-1.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-68113d83ac81687c3", "ami": "ami-d776eb72", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2abe87af"], "subnet_id": "subnet-01abafdf", "key_name": "prod-deploy-key" } } ] } ] }