{ "version": 4, "terraform_version": "1.7.5", "serial": 510, "lineage": "c39cb24f-48d0-2efa-cff5-0cc33514d20f", "outputs": { "db_endpoint": { "value": "db-0.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-c354300c1141171b6", "ami": "ami-fc18f910", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a5ba0493"], "subnet_id": "subnet-3e48409e", "key_name": "prod-deploy-key" } } ] } ] }