{ "version": 4, "terraform_version": "1.7.3", "serial": 472, "lineage": "735d3e69-2c32-f98f-937d-6f384519d49c", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-aaf6e53c2bfbb1bfc", "ami": "ami-93fa761f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b7cec0f0"], "subnet_id": "subnet-668d0652", "key_name": "prod-deploy-key" } } ] } ] }