{ "version": 4, "terraform_version": "1.8.9", "serial": 529, "lineage": "ecb1b13e-234f-9a30-d761-2ba48883ffe8", "outputs": { "db_endpoint": { "value": "db-1.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-7629f88d22cd16390", "ami": "ami-b13e1383", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5043b21a"], "subnet_id": "subnet-b4e4de0b", "key_name": "prod-deploy-key" } } ] } ] }