{ "version": 4, "terraform_version": "1.7.4", "serial": 238, "lineage": "12d819b9-c969-597b-f5c6-75b13ae00d07", "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-6339aa41c7832a451", "ami": "ami-45bec131", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3a76f931"], "subnet_id": "subnet-6e39ae04", "key_name": "prod-deploy-key" } } ] } ] }