{ "version": 4, "terraform_version": "1.8.8", "serial": 333, "lineage": "95ac2be9-31b6-a516-b25b-8b9fca3ce3d6", "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-5db9baa9b2fab52d7", "ami": "ami-3eebeaac", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-986e2c92"], "subnet_id": "subnet-ee124c90", "key_name": "prod-deploy-key" } } ] } ] }