{ "version": 4, "terraform_version": "1.6.9", "serial": 184, "lineage": "7bc4e86d-065f-ee8a-176c-0d41ce094caf", "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-0da70e88a839f5af5", "ami": "ami-dcf128f1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ba01cec2"], "subnet_id": "subnet-636161e7", "key_name": "prod-deploy-key" } } ] } ] }