{ "version": 4, "terraform_version": "1.8.1", "serial": 358, "lineage": "f4a02c88-48f5-9703-fd10-361bacb6455c", "outputs": { "db_endpoint": { "value": "db-0.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-bb2e60a81ff598926", "ami": "ami-2be72d50", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2a99884b"], "subnet_id": "subnet-0507aff6", "key_name": "prod-deploy-key" } } ] } ] }