{ "version": 4, "terraform_version": "1.7.9", "serial": 178, "lineage": "f77ece70-0ff5-0fe4-ad77-2e1b8d9904e7", "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-3bbae6f72b59be93a", "ami": "ami-2d7cd057", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ea59833e"], "subnet_id": "subnet-eb104c81", "key_name": "prod-deploy-key" } } ] } ] }