{ "version": 4, "terraform_version": "1.7.9", "serial": 252, "lineage": "4dd35c53-e1eb-d565-ffa9-91815734a612", "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-9aec1f891768ffff2", "ami": "ami-b03116f8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-06c106be"], "subnet_id": "subnet-ff34afd1", "key_name": "prod-deploy-key" } } ] } ] }