{ "version": 4, "terraform_version": "1.6.5", "serial": 294, "lineage": "ee0df94d-8c10-9964-b73b-6fdb558f6af4", "outputs": { "db_endpoint": { "value": "db-4.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-aa51b90b3734e9133", "ami": "ami-4c5d7a65", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aa4ecbf0"], "subnet_id": "subnet-19419459", "key_name": "prod-deploy-key" } } ] } ] }