{ "version": 4, "terraform_version": "1.8.0", "serial": 560, "lineage": "7efd5272-3361-f6e8-5ac0-b90253fdf1bd", "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-8420f6425da221837", "ami": "ami-91d0f8b7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ba18320f"], "subnet_id": "subnet-c44af4a7", "key_name": "prod-deploy-key" } } ] } ] }