{ "version": 4, "terraform_version": "1.6.3", "serial": 400, "lineage": "63628f70-1de7-be6d-aca5-7ae691a9c3ee", "outputs": { "db_endpoint": { "value": "db-3.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-f600974ebedde2714", "ami": "ami-bd1c4f6c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-38899ec6"], "subnet_id": "subnet-7a6da985", "key_name": "prod-deploy-key" } } ] } ] }