{ "version": 4, "terraform_version": "1.8.3", "serial": 598, "lineage": "9ed8b2d1-a450-2e5e-00cb-9ad54dad94e0", "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-2e55ac1c19729586d", "ami": "ami-f27760a0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cb03a38d"], "subnet_id": "subnet-10f8bad4", "key_name": "prod-deploy-key" } } ] } ] }