{ "version": 4, "terraform_version": "1.7.4", "serial": 583, "lineage": "dee9492e-cab8-441e-5664-4a34528e87aa", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-7600c0f730263dae9", "ami": "ami-8f144b1c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1afd8906"], "subnet_id": "subnet-591e27b7", "key_name": "prod-deploy-key" } } ] } ] }