{ "version": 4, "terraform_version": "1.5.8", "serial": 507, "lineage": "60c4f40e-fb05-7d1f-3e13-a18451bf03d8", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-196e0f16de3ce1a06", "ami": "ami-a09a10ea", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dd26a449"], "subnet_id": "subnet-d7b86b32", "key_name": "prod-deploy-key" } } ] } ] }