{ "version": 4, "terraform_version": "1.5.2", "serial": 341, "lineage": "01d4e6b1-c2a4-e3c5-3a94-cf54c25f56c3", "outputs": { "db_endpoint": { "value": "db-2.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-68a19b4ad3fd5583a", "ami": "ami-5d1ee02f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9847a117"], "subnet_id": "subnet-0ae1bdb2", "key_name": "prod-deploy-key" } } ] } ] }