{ "version": 4, "terraform_version": "1.7.9", "serial": 417, "lineage": "c49e87c9-7239-6a3b-ab91-6bd864ab0f77", "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-e9ca9632bb9710a78", "ami": "ami-0a048ea7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-21785391"], "subnet_id": "subnet-51ac9242", "key_name": "prod-deploy-key" } } ] } ] }