{ "version": 4, "terraform_version": "1.6.0", "serial": 360, "lineage": "511a91a9-16bc-a5e6-f091-a8e7966c113a", "outputs": { "db_endpoint": { "value": "db-3.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-db87157ffcb305bfa", "ami": "ami-1a7ea27d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-92616fc6"], "subnet_id": "subnet-3d3694ee", "key_name": "prod-deploy-key" } } ] } ] }