{ "version": 4, "terraform_version": "1.7.0", "serial": 277, "lineage": "ee313531-670b-a9de-5499-253d4e373585", "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-69aaebbfb2ffd3db1", "ami": "ami-f89705da", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e510676e"], "subnet_id": "subnet-93edf8c9", "key_name": "prod-deploy-key" } } ] } ] }