{ "version": 4, "terraform_version": "1.8.4", "serial": 599, "lineage": "6e28ceb4-0f9c-d65f-3870-0a67cf0ba827", "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-13413f11051563094", "ami": "ami-f2e7428b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c37f93cc"], "subnet_id": "subnet-81e522a3", "key_name": "prod-deploy-key" } } ] } ] }