{ "version": 4, "terraform_version": "1.5.1", "serial": 126, "lineage": "bc34d213-44e6-568d-c8c2-b6255678a1aa", "outputs": { "db_endpoint": { "value": "db-1.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-b6e4a3971c037684c", "ami": "ami-b115e350", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a0ec5be1"], "subnet_id": "subnet-551edd5c", "key_name": "prod-deploy-key" } } ] } ] }