{ "version": 4, "terraform_version": "1.8.2", "serial": 347, "lineage": "4308d8da-63a5-e29a-4735-68723ab5c70b", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-84fc08bef522d7ac3", "ami": "ami-ec95a4c2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0a1cab11"], "subnet_id": "subnet-57e61372", "key_name": "prod-deploy-key" } } ] } ] }