{ "version": 4, "terraform_version": "1.5.8", "serial": 367, "lineage": "7de0dae7-7ac9-e70c-fe41-d022df043f0b", "outputs": { "db_endpoint": { "value": "db-4.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-1acf2b3153435b370", "ami": "ami-0cc53e55", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7e969062"], "subnet_id": "subnet-2f6ca1ac", "key_name": "prod-deploy-key" } } ] } ] }