{ "version": 4, "terraform_version": "1.7.6", "serial": 287, "lineage": "bf9b7178-9bcf-8b3a-9b7f-77f1d715f203", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c541993d34de5f434", "ami": "ami-185a224d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-32bbf09f"], "subnet_id": "subnet-627bf3dd", "key_name": "prod-deploy-key" } } ] } ] }