{ "version": 4, "terraform_version": "1.8.8", "serial": 401, "lineage": "2b81f2bb-1581-256a-199c-30bf6b6f4694", "outputs": { "db_endpoint": { "value": "db-2.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-3824346ebe1f0c252", "ami": "ami-874fe956", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-edb5dcf9"], "subnet_id": "subnet-24a46601", "key_name": "prod-deploy-key" } } ] } ] }