{ "version": 4, "terraform_version": "1.5.4", "serial": 374, "lineage": "77efec6a-f061-7751-efab-293461fd5f71", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-c522225db0e3805fd", "ami": "ami-ebea3e72", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c983f911"], "subnet_id": "subnet-88c58de8", "key_name": "prod-deploy-key" } } ] } ] }