{ "version": 4, "terraform_version": "1.8.7", "serial": 170, "lineage": "3ded1554-5ce8-7eff-b26c-477a6108135b", "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-32b61081f166c3d37", "ami": "ami-f2da5691", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5f98c9c9"], "subnet_id": "subnet-defa83fc", "key_name": "prod-deploy-key" } } ] } ] }