{ "version": 4, "terraform_version": "1.6.2", "serial": 193, "lineage": "ff6b1012-816e-3d2e-3554-29e694d072a4", "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-e68338ce26b8bd00e", "ami": "ami-8199a31a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6c835e81"], "subnet_id": "subnet-09868fa6", "key_name": "prod-deploy-key" } } ] } ] }