{ "version": 4, "terraform_version": "1.8.7", "serial": 569, "lineage": "9a4aff71-0de0-f377-1934-737b4e745f70", "outputs": { "db_endpoint": { "value": "db-1.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-8cc00630d57b35720", "ami": "ami-1707422e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-80e8c0ac"], "subnet_id": "subnet-475bdf57", "key_name": "prod-deploy-key" } } ] } ] }