{ "version": 4, "terraform_version": "1.7.9", "serial": 168, "lineage": "5b0a22d0-5d98-76d0-8cb1-0d92a83fdee4", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1d25f46b582fd8205", "ami": "ami-ce446e38", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-668cbbb8"], "subnet_id": "subnet-822a6e9c", "key_name": "prod-deploy-key" } } ] } ] }