{ "version": 4, "terraform_version": "1.5.2", "serial": 292, "lineage": "22737653-91a9-b25b-f055-684e31ac1d94", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b29e35c1267cd9bc5", "ami": "ami-e4cce51f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ecaa1408"], "subnet_id": "subnet-2d373263", "key_name": "prod-deploy-key" } } ] } ] }