{ "version": 4, "terraform_version": "1.8.8", "serial": 241, "lineage": "200c7aa3-bf7d-008e-cc89-b99e0afa9261", "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-f1d3bbbdad2d41031", "ami": "ami-5458ccd2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9597ff60"], "subnet_id": "subnet-075fe805", "key_name": "prod-deploy-key" } } ] } ] }