{ "version": 4, "terraform_version": "1.8.3", "serial": 494, "lineage": "c904547e-f89d-48ff-5bcb-2bbe6cffa1a4", "outputs": { "db_endpoint": { "value": "db-0.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-bb05cadbf500eb5f1", "ami": "ami-a05b381c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-edd23ea2"], "subnet_id": "subnet-b948d8e1", "key_name": "prod-deploy-key" } } ] } ] }