{ "version": 4, "terraform_version": "1.7.1", "serial": 145, "lineage": "988a4a8e-4270-8588-8043-b7b6f73ce8a1", "outputs": { "db_endpoint": { "value": "db-0.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-1fb9b7b749e05280c", "ami": "ami-b4ced7d6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a4ccb7a0"], "subnet_id": "subnet-3a32e410", "key_name": "prod-deploy-key" } } ] } ] }