{ "version": 4, "terraform_version": "1.8.8", "serial": 595, "lineage": "944ab128-9512-9478-9bca-97b5becad753", "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-80fe27ed07f5074a7", "ami": "ami-15eb4d86", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2a7471bb"], "subnet_id": "subnet-73b37323", "key_name": "prod-deploy-key" } } ] } ] }