{ "version": 4, "terraform_version": "1.8.3", "serial": 250, "lineage": "97126848-3b6e-0d73-8e2c-e8187dc9fdd6", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-8ce84e3a7a2ce7614", "ami": "ami-0ede27d1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-090b91a0"], "subnet_id": "subnet-97a19c44", "key_name": "prod-deploy-key" } } ] } ] }