{ "version": 4, "terraform_version": "1.6.8", "serial": 338, "lineage": "c58cad9c-cff1-d181-e7ea-afbff5ebb183", "outputs": { "db_endpoint": { "value": "db-4.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-2b88681804f83c786", "ami": "ami-c29a774c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8dc3203e"], "subnet_id": "subnet-3b23dc04", "key_name": "prod-deploy-key" } } ] } ] }