{ "version": 4, "terraform_version": "1.5.2", "serial": 438, "lineage": "bdd2a740-d1c3-f301-a6ad-038a22a88b5c", "outputs": { "db_endpoint": { "value": "db-3.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-d97469ca47f22da90", "ami": "ami-10ff7a23", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f0696539"], "subnet_id": "subnet-2914ff88", "key_name": "prod-deploy-key" } } ] } ] }