{ "version": 4, "terraform_version": "1.5.2", "serial": 518, "lineage": "2c88de6f-48b2-4408-217c-ff53455a4853", "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-534c3a69d010009e3", "ami": "ami-ea6c8692", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-76e9168d"], "subnet_id": "subnet-d586e621", "key_name": "prod-deploy-key" } } ] } ] }