{ "version": 4, "terraform_version": "1.5.7", "serial": 337, "lineage": "c73e3a7d-5b9c-25a0-d959-bf021c1b1a89", "outputs": { "db_endpoint": { "value": "db-1.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-e4393136bab3cd300", "ami": "ami-4ebef6bd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d6356f8f"], "subnet_id": "subnet-1e177a80", "key_name": "prod-deploy-key" } } ] } ] }