{ "version": 4, "terraform_version": "1.8.2", "serial": 106, "lineage": "5e1bef4f-99df-b610-5c69-ec7a605ab02b", "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-e1d5ea09b68c1872b", "ami": "ami-ae9338b3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c790f892"], "subnet_id": "subnet-bf7b0373", "key_name": "prod-deploy-key" } } ] } ] }