{ "version": 4, "terraform_version": "1.8.7", "serial": 132, "lineage": "617e0084-691e-4102-5243-bd0b1fec8f33", "outputs": { "db_endpoint": { "value": "db-3.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-9a825b6df96af4d69", "ami": "ami-c5a67bfd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2c644809"], "subnet_id": "subnet-5cb05b8c", "key_name": "prod-deploy-key" } } ] } ] }