{ "version": 4, "terraform_version": "1.5.8", "serial": 440, "lineage": "d2a73497-fc9f-19e7-1a46-176051d3d525", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-622b82db542c472d6", "ami": "ami-1e0dde65", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c377703c"], "subnet_id": "subnet-e9c3cdd4", "key_name": "prod-deploy-key" } } ] } ] }