{ "version": 4, "terraform_version": "1.5.2", "serial": 220, "lineage": "3913c5da-2026-67d6-f8d7-218294cb51ba", "outputs": { "db_endpoint": { "value": "db-0.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-c68ac7e011233cf9f", "ami": "ami-f937a55c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-185fb0ab"], "subnet_id": "subnet-c5b41452", "key_name": "prod-deploy-key" } } ] } ] }