{ "version": 4, "terraform_version": "1.7.2", "serial": 587, "lineage": "4b34f2d2-9d3e-67f3-3aaa-07dc700cb775", "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-0e37795334d417b7f", "ami": "ami-ec054f20", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bd2ce0c3"], "subnet_id": "subnet-74e8fd60", "key_name": "prod-deploy-key" } } ] } ] }