{ "version": 4, "terraform_version": "1.8.1", "serial": 588, "lineage": "3a3aed05-55a6-76cf-13d0-711e5af9e6f2", "outputs": { "db_endpoint": { "value": "db-2.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-26002b3247c16ab59", "ami": "ami-3412a65b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-57295e6d"], "subnet_id": "subnet-f5f952cb", "key_name": "prod-deploy-key" } } ] } ] }