{ "version": 4, "terraform_version": "1.7.6", "serial": 236, "lineage": "1156d7da-418e-f56a-a055-0991469cd5c3", "outputs": { "db_endpoint": { "value": "db-4.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-595bc576f59977899", "ami": "ami-497f3f83", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-660f1079"], "subnet_id": "subnet-8e501fff", "key_name": "prod-deploy-key" } } ] } ] }