{ "version": 4, "terraform_version": "1.8.1", "serial": 211, "lineage": "afefb1e3-a36d-eae1-7443-c8cf4e48b1e2", "outputs": { "db_endpoint": { "value": "db-2.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-02489336485a7af0a", "ami": "ami-72e747a5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e00e9ef7"], "subnet_id": "subnet-0176c648", "key_name": "prod-deploy-key" } } ] } ] }