{ "version": 4, "terraform_version": "1.5.2", "serial": 324, "lineage": "a26bf5d6-f94b-e38d-7b7d-313f1e5bade6", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-9e8b30472bcb891fb", "ami": "ami-7ab60724", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-46a8c68f"], "subnet_id": "subnet-eaa74c9a", "key_name": "prod-deploy-key" } } ] } ] }